Shades of Kingfisher Daisy #66248E
Tints of Kingfisher Daisy #66248E
RGB
CMYK
RGB Variations
Color information
#66248E (or 0x66248E) is known color: Kingfisher Daisy. HEX triplet: 66, 24 and 8E. RGB value is (102,36,142). Sum of RGB (Red+Green+Blue) = 102+36+142=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #66248E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66248E is #99DB71. Grayscale: #434343. Windows color (decimal): -10083186 or 9315430. OLE color: 9315430.
HSL color Cylindrical-coordinate representation of color #66248E: hue angle of 277.36º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66248E is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 36 | 142 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.44 |
| HSL | 277.36º | 0.6% | 0.35% | - |
| HSV(B) | 277.36º | 0.75% | 0.56% | - |
| XYZ | 10.99 | 6.04 | 26.18 | - |
| YUV | 67.82 | 169.87 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 36 | 142 | 0.28 | 0.75 | 0 | 0.44 | 277.36 | 0.6 | 0.35 |
| Hex | 66 | 24 | 8E | 1C | 4B | 0 | 2C | 115 | 3C | 23 |
| Octal | 146 | 44 | 216 | 34 | 113 | 0 | 54 | 425 | 74 | 43 |
| Binary | 1100110 | 100100 | 10001110 | 11100 | 1001011 | 0 | 101100 | 100010101 | 111100 | 100011 |
Color Harmonies of #66248E
Complementary color
Monochromatic Colors of #66248E
Black with #66248E
Text Example
Text Example
White with #66248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66248E; }
p { color: rgb(102,36,142); }
H1.HeaderClassName
{
color: #66248E;
}
.AnyTagClassName
{
color: #66248E;
}
</style>
background-color css
<style>
a { background-color: #66248E; }
a { background-color: rgb(102,36,142); }
div.DivClassName
{
background-color: #66248E;
}
.BgClassName
{
background-color: #66248E;
}
</style>
border-color css
<style>
span { border-color: #66248E; }
span { border-color: rgb(102,36,142); }
td.TdClassName
{
border-color: #66248E;
}
.TagClassName
{
border-color: #66248E;
}
</style>