Shades of Kingfisher Daisy #66288E
Tints of Kingfisher Daisy #66288E
RGB
CMYK
RGB Variations
Color information
#66288E (or 0x66288E) is known color: Kingfisher Daisy. HEX triplet: 66, 28 and 8E. RGB value is (102,40,142). Sum of RGB (Red+Green+Blue) = 102+40+142=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #66288E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66288E is #99D771. Grayscale: #454545. Windows color (decimal): -10082162 or 9316454. OLE color: 9316454.
HSL color Cylindrical-coordinate representation of color #66288E: hue angle of 276.47º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66288E is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 40 | 142 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.44 |
| HSL | 276.47º | 0.56% | 0.36% | - |
| HSV(B) | 276.47º | 0.72% | 0.56% | - |
| XYZ | 11.12 | 6.3 | 26.22 | - |
| YUV | 70.17 | 168.54 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 142 | 0.28 | 0.72 | 0 | 0.44 | 276.47 | 0.56 | 0.36 |
| Hex | 66 | 28 | 8E | 1C | 48 | 0 | 2C | 114 | 38 | 24 |
| Octal | 146 | 50 | 216 | 34 | 110 | 0 | 54 | 424 | 70 | 44 |
| Binary | 1100110 | 101000 | 10001110 | 11100 | 1001000 | 0 | 101100 | 100010100 | 111000 | 100100 |
Color Harmonies of #66288E
Complementary color
Monochromatic Colors of #66288E
Black with #66288E
Text Example
Text Example
White with #66288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66288E; }
p { color: rgb(102,40,142); }
H1.HeaderClassName
{
color: #66288E;
}
.AnyTagClassName
{
color: #66288E;
}
</style>
background-color css
<style>
a { background-color: #66288E; }
a { background-color: rgb(102,40,142); }
div.DivClassName
{
background-color: #66288E;
}
.BgClassName
{
background-color: #66288E;
}
</style>
border-color css
<style>
span { border-color: #66288E; }
span { border-color: rgb(102,40,142); }
td.TdClassName
{
border-color: #66288E;
}
.TagClassName
{
border-color: #66288E;
}
</style>