Shades of Kingfisher Daisy #664584
Tints of Kingfisher Daisy #664584
RGB
CMYK
RGB Variations
Color information
#664584 (or 0x664584) is known color: Kingfisher Daisy. HEX triplet: 66, 45 and 84. RGB value is (102,69,132). Sum of RGB (Red+Green+Blue) = 102+69+132=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 132 - color contains mainly: blue. Hex color #664584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664584 is #99BA7B. Grayscale: #555555. Windows color (decimal): -10074748 or 8668518. OLE color: 8668518.
HSL color Cylindrical-coordinate representation of color #664584: hue angle of 271.43º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #664584 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 69 | 132 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.48 |
| HSL | 271.43º | 0.31% | 0.39% | - |
| HSV(B) | 271.43º | 0.48% | 0.52% | - |
| XYZ | 11.77 | 8.75 | 22.9 | - |
| YUV | 86.05 | 153.93 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 69 | 132 | 0.23 | 0.48 | 0 | 0.48 | 271.43 | 0.31 | 0.39 |
| Hex | 66 | 45 | 84 | 17 | 30 | 0 | 30 | 10F | 1F | 27 |
| Octal | 146 | 105 | 204 | 27 | 60 | 0 | 60 | 417 | 37 | 47 |
| Binary | 1100110 | 1000101 | 10000100 | 10111 | 110000 | 0 | 110000 | 100001111 | 11111 | 100111 |
Color Harmonies of #664584
Complementary color
Monochromatic Colors of #664584
Black with #664584
Text Example
Text Example
White with #664584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664584; }
p { color: rgb(102,69,132); }
H1.HeaderClassName
{
color: #664584;
}
.AnyTagClassName
{
color: #664584;
}
</style>
background-color css
<style>
a { background-color: #664584; }
a { background-color: rgb(102,69,132); }
div.DivClassName
{
background-color: #664584;
}
.BgClassName
{
background-color: #664584;
}
</style>
border-color css
<style>
span { border-color: #664584; }
span { border-color: rgb(102,69,132); }
td.TdClassName
{
border-color: #664584;
}
.TagClassName
{
border-color: #664584;
}
</style>