Shades of Kingfisher Daisy #662A84
Tints of Kingfisher Daisy #662A84
RGB
CMYK
RGB Variations
Color information
#662A84 (or 0x662A84) is known color: Kingfisher Daisy. HEX triplet: 66, 2A and 84. RGB value is (102,42,132). Sum of RGB (Red+Green+Blue) = 102+42+132=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #662A84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662A84 is #99D57B. Grayscale: #454545. Windows color (decimal): -10081660 or 8661606. OLE color: 8661606.
HSL color Cylindrical-coordinate representation of color #662A84: hue angle of 280º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662A84 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 42 | 132 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.48 |
| HSL | 280º | 0.52% | 0.34% | - |
| HSV(B) | 280º | 0.68% | 0.52% | - |
| XYZ | 10.47 | 6.15 | 22.46 | - |
| YUV | 70.2 | 162.88 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 132 | 0.23 | 0.68 | 0 | 0.48 | 280 | 0.52 | 0.34 |
| Hex | 66 | 2A | 84 | 17 | 44 | 0 | 30 | 118 | 34 | 22 |
| Octal | 146 | 52 | 204 | 27 | 104 | 0 | 60 | 430 | 64 | 42 |
| Binary | 1100110 | 101010 | 10000100 | 10111 | 1000100 | 0 | 110000 | 100011000 | 110100 | 100010 |
Color Harmonies of #662A84
Complementary color
Monochromatic Colors of #662A84
Black with #662A84
Text Example
Text Example
White with #662A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662A84; }
p { color: rgb(102,42,132); }
H1.HeaderClassName
{
color: #662A84;
}
.AnyTagClassName
{
color: #662A84;
}
</style>
background-color css
<style>
a { background-color: #662A84; }
a { background-color: rgb(102,42,132); }
div.DivClassName
{
background-color: #662A84;
}
.BgClassName
{
background-color: #662A84;
}
</style>
border-color css
<style>
span { border-color: #662A84; }
span { border-color: rgb(102,42,132); }
td.TdClassName
{
border-color: #662A84;
}
.TagClassName
{
border-color: #662A84;
}
</style>