Shades of Kingfisher Daisy #64298E
Tints of Kingfisher Daisy #64298E
RGB
CMYK
RGB Variations
Color information
#64298E (or 0x64298E) is known color: Kingfisher Daisy. HEX triplet: 64, 29 and 8E. RGB value is (100,41,142). Sum of RGB (Red+Green+Blue) = 100+41+142=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #64298E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64298E is #9BD671. Grayscale: #454545. Windows color (decimal): -10212978 or 9316708. OLE color: 9316708.
HSL color Cylindrical-coordinate representation of color #64298E: hue angle of 275.05º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64298E is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 41 | 142 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.44 |
| HSL | 275.05º | 0.55% | 0.36% | - |
| HSV(B) | 275.05º | 0.71% | 0.56% | - |
| XYZ | 10.93 | 6.25 | 26.22 | - |
| YUV | 70.16 | 168.55 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 41 | 142 | 0.30 | 0.71 | 0 | 0.44 | 275.05 | 0.55 | 0.36 |
| Hex | 64 | 29 | 8E | 1E | 47 | 0 | 2C | 113 | 37 | 24 |
| Octal | 144 | 51 | 216 | 36 | 107 | 0 | 54 | 423 | 67 | 44 |
| Binary | 1100100 | 101001 | 10001110 | 11110 | 1000111 | 0 | 101100 | 100010011 | 110111 | 100100 |
Color Harmonies of #64298E
Complementary color
Monochromatic Colors of #64298E
Black with #64298E
Text Example
Text Example
White with #64298E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64298E; }
p { color: rgb(100,41,142); }
H1.HeaderClassName
{
color: #64298E;
}
.AnyTagClassName
{
color: #64298E;
}
</style>
background-color css
<style>
a { background-color: #64298E; }
a { background-color: rgb(100,41,142); }
div.DivClassName
{
background-color: #64298E;
}
.BgClassName
{
background-color: #64298E;
}
</style>
border-color css
<style>
span { border-color: #64298E; }
span { border-color: rgb(100,41,142); }
td.TdClassName
{
border-color: #64298E;
}
.TagClassName
{
border-color: #64298E;
}
</style>