Shades of Kingfisher Daisy #66208E
Tints of Kingfisher Daisy #66208E
RGB
CMYK
RGB Variations
Color information
#66208E (or 0x66208E) is known color: Kingfisher Daisy. HEX triplet: 66, 20 and 8E. RGB value is (102,32,142). Sum of RGB (Red+Green+Blue) = 102+32+142=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #66208E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66208E is #99DF71. Grayscale: #414141. Windows color (decimal): -10084210 or 9314406. OLE color: 9314406.
HSL color Cylindrical-coordinate representation of color #66208E: hue angle of 278.18º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66208E is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 32 | 142 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.44 |
| HSL | 278.18º | 0.63% | 0.34% | - |
| HSV(B) | 278.18º | 0.77% | 0.56% | - |
| XYZ | 10.88 | 5.81 | 26.14 | - |
| YUV | 65.47 | 171.19 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 32 | 142 | 0.28 | 0.77 | 0 | 0.44 | 278.18 | 0.63 | 0.34 |
| Hex | 66 | 20 | 8E | 1C | 4D | 0 | 2C | 116 | 3F | 22 |
| Octal | 146 | 40 | 216 | 34 | 115 | 0 | 54 | 426 | 77 | 42 |
| Binary | 1100110 | 100000 | 10001110 | 11100 | 1001101 | 0 | 101100 | 100010110 | 111111 | 100010 |
Color Harmonies of #66208E
Complementary color
Monochromatic Colors of #66208E
Black with #66208E
Text Example
Text Example
White with #66208E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66208E; }
p { color: rgb(102,32,142); }
H1.HeaderClassName
{
color: #66208E;
}
.AnyTagClassName
{
color: #66208E;
}
</style>
background-color css
<style>
a { background-color: #66208E; }
a { background-color: rgb(102,32,142); }
div.DivClassName
{
background-color: #66208E;
}
.BgClassName
{
background-color: #66208E;
}
</style>
border-color css
<style>
span { border-color: #66208E; }
span { border-color: rgb(102,32,142); }
td.TdClassName
{
border-color: #66208E;
}
.TagClassName
{
border-color: #66208E;
}
</style>