Shades of Kingfisher Daisy #664386
Tints of Kingfisher Daisy #664386
RGB
CMYK
RGB Variations
Color information
#664386 (or 0x664386) is known color: Kingfisher Daisy. HEX triplet: 66, 43 and 86. RGB value is (102,67,134). Sum of RGB (Red+Green+Blue) = 102+67+134=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 134 - color contains mainly: blue. Hex color #664386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664386 is #99BC79. Grayscale: #545454. Windows color (decimal): -10075258 or 8799078. OLE color: 8799078.
HSL color Cylindrical-coordinate representation of color #664386: hue angle of 271.34º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #664386 is Cyan = 0.24, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 67 | 134 | - |
| CMYK | 0.24 | 0.5 | 0 | 0.47 |
| HSL | 271.34º | 0.33% | 0.39% | - |
| HSV(B) | 271.34º | 0.5% | 0.53% | - |
| XYZ | 11.79 | 8.56 | 23.59 | - |
| YUV | 85.1 | 155.6 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 67 | 134 | 0.24 | 0.5 | 0 | 0.47 | 271.34 | 0.33 | 0.39 |
| Hex | 66 | 43 | 86 | 18 | 32 | 0 | 2F | 10F | 21 | 27 |
| Octal | 146 | 103 | 206 | 30 | 62 | 0 | 57 | 417 | 41 | 47 |
| Binary | 1100110 | 1000011 | 10000110 | 11000 | 110010 | 0 | 101111 | 100001111 | 100001 | 100111 |
Color Harmonies of #664386
Complementary color
Monochromatic Colors of #664386
Black with #664386
Text Example
Text Example
White with #664386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664386; }
p { color: rgb(102,67,134); }
H1.HeaderClassName
{
color: #664386;
}
.AnyTagClassName
{
color: #664386;
}
</style>
background-color css
<style>
a { background-color: #664386; }
a { background-color: rgb(102,67,134); }
div.DivClassName
{
background-color: #664386;
}
.BgClassName
{
background-color: #664386;
}
</style>
border-color css
<style>
span { border-color: #664386; }
span { border-color: rgb(102,67,134); }
td.TdClassName
{
border-color: #664386;
}
.TagClassName
{
border-color: #664386;
}
</style>