#662D84

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

Shades of Kingfisher Daisy #662D84

Tints of Kingfisher Daisy #662D84

Color information

#662D84 (or 0x662D84) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 2D and 84. RGB value is (102,45,132). Sum of RGB (Red+Green+Blue) = 102+45+132=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #662D84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662D84 is #99D27B. Grayscale: #474747. Windows color (decimal): -10080892 or 8662374. OLE color: 8662374.

HSL color Cylindrical-coordinate representation of color #662D84: hue angle of 279.31º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #662D84 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10245132-
CMYK0.230.6600.48
HSL279.31º49.15%34.71%-
HSV(B)279.31º65.91%51.76%-
XYZ10.586.3722.5-
YUV71.96161.88149.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.56%
GREEN value IS 45 (17.97% from 255) = 16.13%
BLUE value IS 132 (51.95% from 255) = 47.31%
R=36.56%
G=16.13%
B=47.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102451320.230.6600.48279.3149.1534.71
Hex662D8417420301173123
Octal14655204271020604276143
Binary1100110101101100001001011110000100110000100010111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662D84; }

 p { color: rgb(102,45,132); }

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

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

 a { background-color: rgb(102,45,132); }

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

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

 span { border-color: rgb(102,45,132); }

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