Shades of Kingfisher Daisy #64298D
Tints of Kingfisher Daisy #64298D
RGB
CMYK
RGB Variations
Color information
#64298D (or 0x64298D) is known color: Kingfisher Daisy. HEX triplet: 64, 29 and 8D. RGB value is (100,41,141). Sum of RGB (Red+Green+Blue) = 100+41+141=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #64298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64298D is #9BD672. Grayscale: #454545. Windows color (decimal): -10212979 or 9251172. OLE color: 9251172.
HSL color Cylindrical-coordinate representation of color #64298D: hue angle of 275.4º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64298D is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 41 | 141 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.45 |
| HSL | 275.4º | 0.55% | 0.36% | - |
| HSV(B) | 275.4º | 0.71% | 0.55% | - |
| XYZ | 10.86 | 6.22 | 25.83 | - |
| YUV | 70.04 | 168.05 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 41 | 141 | 0.29 | 0.71 | 0 | 0.45 | 275.4 | 0.55 | 0.36 |
| Hex | 64 | 29 | 8D | 1D | 47 | 0 | 2D | 113 | 37 | 24 |
| Octal | 144 | 51 | 215 | 35 | 107 | 0 | 55 | 423 | 67 | 44 |
| Binary | 1100100 | 101001 | 10001101 | 11101 | 1000111 | 0 | 101101 | 100010011 | 110111 | 100100 |
Color Harmonies of #64298D
Complementary color
Monochromatic Colors of #64298D
Black with #64298D
Text Example
Text Example
White with #64298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64298D; }
p { color: rgb(100,41,141); }
H1.HeaderClassName
{
color: #64298D;
}
.AnyTagClassName
{
color: #64298D;
}
</style>
background-color css
<style>
a { background-color: #64298D; }
a { background-color: rgb(100,41,141); }
div.DivClassName
{
background-color: #64298D;
}
.BgClassName
{
background-color: #64298D;
}
</style>
border-color css
<style>
span { border-color: #64298D; }
span { border-color: rgb(100,41,141); }
td.TdClassName
{
border-color: #64298D;
}
.TagClassName
{
border-color: #64298D;
}
</style>