Shades of Kingfisher Daisy #66228E
Tints of Kingfisher Daisy #66228E
RGB
CMYK
RGB Variations
Color information
#66228E (or 0x66228E) is known color: Kingfisher Daisy. HEX triplet: 66, 22 and 8E. RGB value is (102,34,142). Sum of RGB (Red+Green+Blue) = 102+34+142=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 142 (55.86% from 255 or 51.08% from 278); Max value from RGB is 142 - color contains mainly: blue. Hex color #66228E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66228E is #99DD71. Grayscale: #424242. Windows color (decimal): -10083698 or 9314918. OLE color: 9314918.
HSL color Cylindrical-coordinate representation of color #66228E: hue angle of 277.78º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66228E is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 34 | 142 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.44 |
| HSL | 277.78º | 0.61% | 0.35% | - |
| HSV(B) | 277.78º | 0.76% | 0.56% | - |
| XYZ | 10.93 | 5.92 | 26.16 | - |
| YUV | 66.64 | 170.53 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 34 | 142 | 0.28 | 0.76 | 0 | 0.44 | 277.78 | 0.61 | 0.35 |
| Hex | 66 | 22 | 8E | 1C | 4C | 0 | 2C | 116 | 3D | 23 |
| Octal | 146 | 42 | 216 | 34 | 114 | 0 | 54 | 426 | 75 | 43 |
| Binary | 1100110 | 100010 | 10001110 | 11100 | 1001100 | 0 | 101100 | 100010110 | 111101 | 100011 |
Color Harmonies of #66228E
Complementary color
Monochromatic Colors of #66228E
Black with #66228E
Text Example
Text Example
White with #66228E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66228E; }
p { color: rgb(102,34,142); }
H1.HeaderClassName
{
color: #66228E;
}
.AnyTagClassName
{
color: #66228E;
}
</style>
background-color css
<style>
a { background-color: #66228E; }
a { background-color: rgb(102,34,142); }
div.DivClassName
{
background-color: #66228E;
}
.BgClassName
{
background-color: #66228E;
}
</style>
border-color css
<style>
span { border-color: #66228E; }
span { border-color: rgb(102,34,142); }
td.TdClassName
{
border-color: #66228E;
}
.TagClassName
{
border-color: #66228E;
}
</style>