Shades of Kingfisher Daisy #64297F
Tints of Kingfisher Daisy #64297F
RGB
CMYK
RGB Variations
Color information
#64297F (or 0x64297F) is known color: Kingfisher Daisy. HEX triplet: 64, 29 and 7F. RGB value is (100,41,127). Sum of RGB (Red+Green+Blue) = 100+41+127=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 127 - color contains mainly: blue. Hex color #64297F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64297F is #9BD680. Grayscale: #444444. Windows color (decimal): -10212993 or 8333668. OLE color: 8333668.
HSL color Cylindrical-coordinate representation of color #64297F: hue angle of 281.16º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64297F is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 41 | 127 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.50 |
| HSL | 281.16º | 0.51% | 0.33% | - |
| HSV(B) | 281.16º | 0.68% | 0.5% | - |
| XYZ | 9.88 | 5.83 | 20.68 | - |
| YUV | 68.45 | 161.05 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 41 | 127 | 0.21 | 0.68 | 0 | 0.50 | 281.16 | 0.51 | 0.33 |
| Hex | 64 | 29 | 7F | 15 | 44 | 0 | 32 | 119 | 33 | 21 |
| Octal | 144 | 51 | 177 | 25 | 104 | 0 | 62 | 431 | 63 | 41 |
| Binary | 1100100 | 101001 | 1111111 | 10101 | 1000100 | 0 | 110010 | 100011001 | 110011 | 100001 |
Color Harmonies of #64297F
Complementary color
Monochromatic Colors of #64297F
Black with #64297F
Text Example
Text Example
White with #64297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64297F; }
p { color: rgb(100,41,127); }
H1.HeaderClassName
{
color: #64297F;
}
.AnyTagClassName
{
color: #64297F;
}
</style>
background-color css
<style>
a { background-color: #64297F; }
a { background-color: rgb(100,41,127); }
div.DivClassName
{
background-color: #64297F;
}
.BgClassName
{
background-color: #64297F;
}
</style>
border-color css
<style>
span { border-color: #64297F; }
span { border-color: rgb(100,41,127); }
td.TdClassName
{
border-color: #64297F;
}
.TagClassName
{
border-color: #64297F;
}
</style>