Shades of Kingfisher Daisy #64477E
Tints of Kingfisher Daisy #64477E
RGB
CMYK
RGB Variations
Color information
#64477E (or 0x64477E) is known color: Kingfisher Daisy. HEX triplet: 64, 47 and 7E. RGB value is (100,71,126). Sum of RGB (Red+Green+Blue) = 100+71+126=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 126 - color contains mainly: blue. Hex color #64477E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64477E is #9BB881. Grayscale: #555555. Windows color (decimal): -10205314 or 8275812. OLE color: 8275812.
HSL color Cylindrical-coordinate representation of color #64477E: hue angle of 271.64º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64477E is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 71 | 126 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.51 |
| HSL | 271.64º | 0.28% | 0.39% | - |
| HSV(B) | 271.64º | 0.44% | 0.49% | - |
| XYZ | 11.27 | 8.72 | 20.83 | - |
| YUV | 85.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 71 | 126 | 0.21 | 0.44 | 0 | 0.51 | 271.64 | 0.28 | 0.39 |
| Hex | 64 | 47 | 7E | 15 | 2C | 0 | 33 | 110 | 1C | 27 |
| Octal | 144 | 107 | 176 | 25 | 54 | 0 | 63 | 420 | 34 | 47 |
| Binary | 1100100 | 1000111 | 1111110 | 10101 | 101100 | 0 | 110011 | 100010000 | 11100 | 100111 |
Color Harmonies of #64477E
Complementary color
Monochromatic Colors of #64477E
Black with #64477E
Text Example
Text Example
White with #64477E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64477E; }
p { color: rgb(100,71,126); }
H1.HeaderClassName
{
color: #64477E;
}
.AnyTagClassName
{
color: #64477E;
}
</style>
background-color css
<style>
a { background-color: #64477E; }
a { background-color: rgb(100,71,126); }
div.DivClassName
{
background-color: #64477E;
}
.BgClassName
{
background-color: #64477E;
}
</style>
border-color css
<style>
span { border-color: #64477E; }
span { border-color: rgb(100,71,126); }
td.TdClassName
{
border-color: #64477E;
}
.TagClassName
{
border-color: #64477E;
}
</style>