#652690

Color #652690 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #652690

Tints of Kingfisher Daisy #652690

Color information

#652690 (or 0x652690) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 26 and 90. RGB value is (101,38,144). Sum of RGB (Red+Green+Blue) = 101+38+144=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #652690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652690 is #9AD96F. Grayscale: #444444. Windows color (decimal): -10148208 or 9447013. OLE color: 9447013.

HSL color Cylindrical-coordinate representation of color #652690: hue angle of 275.66º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #652690 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10138144-
CMYK0.300.7400.44
HSL275.66º58.24%35.69%-
HSV(B)275.66º73.61%56.47%-
XYZ11.096.1726.99-
YUV68.92170.37150.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 35.69%
GREEN value IS 38 (15.23% from 255) = 13.43%
BLUE value IS 144 (56.64% from 255) = 50.88%
R=35.69%
G=13.43%
B=50.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal101381440.300.7400.44275.6658.2435.69
Hex6526901E4A02C1143a24
Octal14546220361120544247244
Binary1100101100110100100001111010010100101100100010100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652690; }

 p { color: rgb(101,38,144); }

 H1.HeaderClassName
 {
   color: #652690;
 }
 .AnyTagClassName
 {
   color: #652690;
 }
</style>
background-color css

<style>
 a { background-color: #652690; }

 a { background-color: rgb(101,38,144); }

 div.DivClassName
 {
   background-color: #652690;
 }
 .BgClassName
 {
   background-color: #652690;
 }
</style>
border-color css

<style>
 span { border-color: #652690; }

 span { border-color: rgb(101,38,144); }

 td.TdClassName
 {
   border-color: #652690;
 }
 .TagClassName
 {
   border-color: #652690;
 }
</style>