Shades of Kingfisher Daisy #66427F
Tints of Kingfisher Daisy #66427F
RGB
CMYK
RGB Variations
Color information
#66427F (or 0x66427F) is known color: Kingfisher Daisy. HEX triplet: 66, 42 and 7F. RGB value is (102,66,127). Sum of RGB (Red+Green+Blue) = 102+66+127=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 127 - color contains mainly: blue. Hex color #66427F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66427F is #99BD80. Grayscale: #535353. Windows color (decimal): -10075521 or 8340070. OLE color: 8340070.
HSL color Cylindrical-coordinate representation of color #66427F: hue angle of 275.41º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66427F is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 66 | 127 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.50 |
| HSL | 275.41º | 0.32% | 0.38% | - |
| HSV(B) | 275.41º | 0.48% | 0.5% | - |
| XYZ | 11.26 | 8.25 | 21.08 | - |
| YUV | 83.72 | 152.43 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 127 | 0.20 | 0.48 | 0 | 0.50 | 275.41 | 0.32 | 0.38 |
| Hex | 66 | 42 | 7F | 14 | 30 | 0 | 32 | 113 | 20 | 26 |
| Octal | 146 | 102 | 177 | 24 | 60 | 0 | 62 | 423 | 40 | 46 |
| Binary | 1100110 | 1000010 | 1111111 | 10100 | 110000 | 0 | 110010 | 100010011 | 100000 | 100110 |
Color Harmonies of #66427F
Complementary color
Monochromatic Colors of #66427F
Black with #66427F
Text Example
Text Example
White with #66427F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66427F; }
p { color: rgb(102,66,127); }
H1.HeaderClassName
{
color: #66427F;
}
.AnyTagClassName
{
color: #66427F;
}
</style>
background-color css
<style>
a { background-color: #66427F; }
a { background-color: rgb(102,66,127); }
div.DivClassName
{
background-color: #66427F;
}
.BgClassName
{
background-color: #66427F;
}
</style>
border-color css
<style>
span { border-color: #66427F; }
span { border-color: rgb(102,66,127); }
td.TdClassName
{
border-color: #66427F;
}
.TagClassName
{
border-color: #66427F;
}
</style>