Shades of Kingfisher Daisy #64437E
Tints of Kingfisher Daisy #64437E
RGB
CMYK
RGB Variations
Color information
#64437E (or 0x64437E) is known color: Kingfisher Daisy. HEX triplet: 64, 43 and 7E. RGB value is (100,67,126). Sum of RGB (Red+Green+Blue) = 100+67+126=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 126 - color contains mainly: blue. Hex color #64437E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64437E is #9BBC81. Grayscale: #535353. Windows color (decimal): -10206338 or 8274788. OLE color: 8274788.
HSL color Cylindrical-coordinate representation of color #64437E: hue angle of 273.56º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64437E is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 67 | 126 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.51 |
| HSL | 273.56º | 0.31% | 0.38% | - |
| HSV(B) | 273.56º | 0.47% | 0.49% | - |
| XYZ | 11.03 | 8.23 | 20.75 | - |
| YUV | 83.59 | 151.93 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 67 | 126 | 0.21 | 0.47 | 0 | 0.51 | 273.56 | 0.31 | 0.38 |
| Hex | 64 | 43 | 7E | 15 | 2F | 0 | 33 | 112 | 1F | 26 |
| Octal | 144 | 103 | 176 | 25 | 57 | 0 | 63 | 422 | 37 | 46 |
| Binary | 1100100 | 1000011 | 1111110 | 10101 | 101111 | 0 | 110011 | 100010010 | 11111 | 100110 |
Color Harmonies of #64437E
Complementary color
Monochromatic Colors of #64437E
Black with #64437E
Text Example
Text Example
White with #64437E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64437E; }
p { color: rgb(100,67,126); }
H1.HeaderClassName
{
color: #64437E;
}
.AnyTagClassName
{
color: #64437E;
}
</style>
background-color css
<style>
a { background-color: #64437E; }
a { background-color: rgb(100,67,126); }
div.DivClassName
{
background-color: #64437E;
}
.BgClassName
{
background-color: #64437E;
}
</style>
border-color css
<style>
span { border-color: #64437E; }
span { border-color: rgb(100,67,126); }
td.TdClassName
{
border-color: #64437E;
}
.TagClassName
{
border-color: #64437E;
}
</style>