Shades of Kingfisher Daisy #66348E
Tints of Kingfisher Daisy #66348E
RGB
CMYK
RGB Variations
Color information
#66348E (or 0x66348E) is known color: Kingfisher Daisy. HEX triplet: 66, 34 and 8E. RGB value is (102,52,142). Sum of RGB (Red+Green+Blue) = 102+52+142=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 142 - color contains mainly: blue. Hex color #66348E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66348E is #99CB71. Grayscale: #4C4C4C. Windows color (decimal): -10079090 or 9319526. OLE color: 9319526.
HSL color Cylindrical-coordinate representation of color #66348E: hue angle of 273.33º 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 #66348E is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 52 | 142 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.44 |
| HSL | 273.33º | 0.46% | 0.38% | - |
| HSV(B) | 273.33º | 0.63% | 0.56% | - |
| XYZ | 11.59 | 7.23 | 26.38 | - |
| YUV | 77.21 | 164.57 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 52 | 142 | 0.28 | 0.63 | 0 | 0.44 | 273.33 | 0.46 | 0.38 |
| Hex | 66 | 34 | 8E | 1C | 3F | 0 | 2C | 111 | 2E | 26 |
| Octal | 146 | 64 | 216 | 34 | 77 | 0 | 54 | 421 | 56 | 46 |
| Binary | 1100110 | 110100 | 10001110 | 11100 | 111111 | 0 | 101100 | 100010001 | 101110 | 100110 |
Color Harmonies of #66348E
Complementary color
Monochromatic Colors of #66348E
Black with #66348E
Text Example
Text Example
White with #66348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66348E; }
p { color: rgb(102,52,142); }
H1.HeaderClassName
{
color: #66348E;
}
.AnyTagClassName
{
color: #66348E;
}
</style>
background-color css
<style>
a { background-color: #66348E; }
a { background-color: rgb(102,52,142); }
div.DivClassName
{
background-color: #66348E;
}
.BgClassName
{
background-color: #66348E;
}
</style>
border-color css
<style>
span { border-color: #66348E; }
span { border-color: rgb(102,52,142); }
td.TdClassName
{
border-color: #66348E;
}
.TagClassName
{
border-color: #66348E;
}
</style>