Shades of Kingfisher Daisy #64467D
Tints of Kingfisher Daisy #64467D
RGB
CMYK
RGB Variations
Color information
#64467D (or 0x64467D) is known color: Kingfisher Daisy. HEX triplet: 64, 46 and 7D. RGB value is (100,70,125). Sum of RGB (Red+Green+Blue) = 100+70+125=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 125 - color contains mainly: blue. Hex color #64467D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64467D is #9BB982. Grayscale: #555555. Windows color (decimal): -10205571 or 8210020. OLE color: 8210020.
HSL color Cylindrical-coordinate representation of color #64467D: hue angle of 272.73º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64467D is Cyan = 0.2, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 70 | 125 | - |
| CMYK | 0.2 | 0.44 | 0 | 0.51 |
| HSL | 272.73º | 0.28% | 0.38% | - |
| HSV(B) | 272.73º | 0.44% | 0.49% | - |
| XYZ | 11.15 | 8.57 | 20.47 | - |
| YUV | 85.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 125 | 0.2 | 0.44 | 0 | 0.51 | 272.73 | 0.28 | 0.38 |
| Hex | 64 | 46 | 7D | 14 | 2C | 0 | 33 | 111 | 1C | 26 |
| Octal | 144 | 106 | 175 | 24 | 54 | 0 | 63 | 421 | 34 | 46 |
| Binary | 1100100 | 1000110 | 1111101 | 10100 | 101100 | 0 | 110011 | 100010001 | 11100 | 100110 |
Color Harmonies of #64467D
Complementary color
Monochromatic Colors of #64467D
Black with #64467D
Text Example
Text Example
White with #64467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64467D; }
p { color: rgb(100,70,125); }
H1.HeaderClassName
{
color: #64467D;
}
.AnyTagClassName
{
color: #64467D;
}
</style>
background-color css
<style>
a { background-color: #64467D; }
a { background-color: rgb(100,70,125); }
div.DivClassName
{
background-color: #64467D;
}
.BgClassName
{
background-color: #64467D;
}
</style>
border-color css
<style>
span { border-color: #64467D; }
span { border-color: rgb(100,70,125); }
td.TdClassName
{
border-color: #64467D;
}
.TagClassName
{
border-color: #64467D;
}
</style>