#662990

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

Shades of Kingfisher Daisy #662990

Tints of Kingfisher Daisy #662990

Color information

#662990 (or 0x662990) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 29 and 90. RGB value is (102,41,144). Sum of RGB (Red+Green+Blue) = 102+41+144=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #662990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662990 is #99D66F. Grayscale: #464646. Windows color (decimal): -10081904 or 9447782. OLE color: 9447782.

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

Color convert

RGB10241144-
CMYK0.290.7200.44
HSL275.53º55.68%36.27%-
HSV(B)275.53º71.53%56.47%-
XYZ11.316.4227.03-
YUV70.98169.21150.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.54%
GREEN value IS 41 (16.41% from 255) = 14.29%
BLUE value IS 144 (56.64% from 255) = 50.17%
R=35.54%
G=14.29%
B=50.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102411440.290.7200.44275.5355.6836.27
Hex6629901D4802C1143824
Octal14651220351100544247044
Binary1100110101001100100001110110010000101100100010100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662990; }

 p { color: rgb(102,41,144); }

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

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

 a { background-color: rgb(102,41,144); }

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

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

 span { border-color: rgb(102,41,144); }

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