Shades of Kingfisher Daisy #66258E
Tints of Kingfisher Daisy #66258E
RGB
CMYK
RGB Variations
Color information
#66258E (or 0x66258E) is known color: Kingfisher Daisy. HEX triplet: 66, 25 and 8E. RGB value is (102,37,142). Sum of RGB (Red+Green+Blue) = 102+37+142=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #66258E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66258E is #99DA71. Grayscale: #444444. Windows color (decimal): -10082930 or 9315686. OLE color: 9315686.
HSL color Cylindrical-coordinate representation of color #66258E: hue angle of 277.14º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66258E is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 37 | 142 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.44 |
| HSL | 277.14º | 0.59% | 0.35% | - |
| HSV(B) | 277.14º | 0.74% | 0.56% | - |
| XYZ | 11.02 | 6.1 | 26.19 | - |
| YUV | 68.41 | 169.53 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 37 | 142 | 0.28 | 0.74 | 0 | 0.44 | 277.14 | 0.59 | 0.35 |
| Hex | 66 | 25 | 8E | 1C | 4A | 0 | 2C | 115 | 3B | 23 |
| Octal | 146 | 45 | 216 | 34 | 112 | 0 | 54 | 425 | 73 | 43 |
| Binary | 1100110 | 100101 | 10001110 | 11100 | 1001010 | 0 | 101100 | 100010101 | 111011 | 100011 |
Color Harmonies of #66258E
Complementary color
Monochromatic Colors of #66258E
Black with #66258E
Text Example
Text Example
White with #66258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66258E; }
p { color: rgb(102,37,142); }
H1.HeaderClassName
{
color: #66258E;
}
.AnyTagClassName
{
color: #66258E;
}
</style>
background-color css
<style>
a { background-color: #66258E; }
a { background-color: rgb(102,37,142); }
div.DivClassName
{
background-color: #66258E;
}
.BgClassName
{
background-color: #66258E;
}
</style>
border-color css
<style>
span { border-color: #66258E; }
span { border-color: rgb(102,37,142); }
td.TdClassName
{
border-color: #66258E;
}
.TagClassName
{
border-color: #66258E;
}
</style>