Shades of Kingfisher Daisy #64297E
Tints of Kingfisher Daisy #64297E
RGB
CMYK
RGB Variations
Color information
#64297E (or 0x64297E) is known color: Kingfisher Daisy. HEX triplet: 64, 29 and 7E. RGB value is (100,41,126). Sum of RGB (Red+Green+Blue) = 100+41+126=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 126 (49.61% from 255 or 47.19% from 267); Max value from RGB is 126 - color contains mainly: blue. Hex color #64297E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64297E is #9BD681. Grayscale: #444444. Windows color (decimal): -10212994 or 8268132. OLE color: 8268132.
HSL color Cylindrical-coordinate representation of color #64297E: hue angle of 281.65º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64297E is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 41 | 126 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.51 |
| HSL | 281.65º | 0.51% | 0.33% | - |
| HSV(B) | 281.65º | 0.67% | 0.49% | - |
| XYZ | 9.81 | 5.8 | 20.34 | - |
| YUV | 68.33 | 160.55 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 41 | 126 | 0.21 | 0.67 | 0 | 0.51 | 281.65 | 0.51 | 0.33 |
| Hex | 64 | 29 | 7E | 15 | 43 | 0 | 33 | 11A | 33 | 21 |
| Octal | 144 | 51 | 176 | 25 | 103 | 0 | 63 | 432 | 63 | 41 |
| Binary | 1100100 | 101001 | 1111110 | 10101 | 1000011 | 0 | 110011 | 100011010 | 110011 | 100001 |
Color Harmonies of #64297E
Complementary color
Monochromatic Colors of #64297E
Black with #64297E
Text Example
Text Example
White with #64297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64297E; }
p { color: rgb(100,41,126); }
H1.HeaderClassName
{
color: #64297E;
}
.AnyTagClassName
{
color: #64297E;
}
</style>
background-color css
<style>
a { background-color: #64297E; }
a { background-color: rgb(100,41,126); }
div.DivClassName
{
background-color: #64297E;
}
.BgClassName
{
background-color: #64297E;
}
</style>
border-color css
<style>
span { border-color: #64297E; }
span { border-color: rgb(100,41,126); }
td.TdClassName
{
border-color: #64297E;
}
.TagClassName
{
border-color: #64297E;
}
</style>