Shades of Kingfisher Daisy #66358E
Tints of Kingfisher Daisy #66358E
RGB
CMYK
RGB Variations
Color information
#66358E (or 0x66358E) is known color: Kingfisher Daisy. HEX triplet: 66, 35 and 8E. RGB value is (102,53,142). Sum of RGB (Red+Green+Blue) = 102+53+142=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #66358E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66358E is #99CA71. Grayscale: #4D4D4D. Windows color (decimal): -10078834 or 9319782. OLE color: 9319782.
HSL color Cylindrical-coordinate representation of color #66358E: hue angle of 273.03º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #66358E is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 53 | 142 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.44 |
| HSL | 273.03º | 0.46% | 0.38% | - |
| HSV(B) | 273.03º | 0.63% | 0.56% | - |
| XYZ | 11.64 | 7.32 | 26.39 | - |
| YUV | 77.8 | 164.23 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 142 | 0.28 | 0.63 | 0 | 0.44 | 273.03 | 0.46 | 0.38 |
| Hex | 66 | 35 | 8E | 1C | 3F | 0 | 2C | 111 | 2E | 26 |
| Octal | 146 | 65 | 216 | 34 | 77 | 0 | 54 | 421 | 56 | 46 |
| Binary | 1100110 | 110101 | 10001110 | 11100 | 111111 | 0 | 101100 | 100010001 | 101110 | 100110 |
Color Harmonies of #66358E
Complementary color
Monochromatic Colors of #66358E
Black with #66358E
Text Example
Text Example
White with #66358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66358E; }
p { color: rgb(102,53,142); }
H1.HeaderClassName
{
color: #66358E;
}
.AnyTagClassName
{
color: #66358E;
}
</style>
background-color css
<style>
a { background-color: #66358E; }
a { background-color: rgb(102,53,142); }
div.DivClassName
{
background-color: #66358E;
}
.BgClassName
{
background-color: #66358E;
}
</style>
border-color css
<style>
span { border-color: #66358E; }
span { border-color: rgb(102,53,142); }
td.TdClassName
{
border-color: #66358E;
}
.TagClassName
{
border-color: #66358E;
}
</style>