Shades of Kingfisher Daisy #64358C
Tints of Kingfisher Daisy #64358C
RGB
CMYK
RGB Variations
Color information
#64358C (or 0x64358C) is known color: Kingfisher Daisy. HEX triplet: 64, 35 and 8C. RGB value is (100,53,140). Sum of RGB (Red+Green+Blue) = 100+53+140=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #64358C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64358C is #9BCA73. Grayscale: #4C4C4C. Windows color (decimal): -10209908 or 9188708. OLE color: 9188708.
HSL color Cylindrical-coordinate representation of color #64358C: hue angle of 272.41º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64358C is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 53 | 140 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.45 |
| HSL | 272.41º | 0.45% | 0.38% | - |
| HSV(B) | 272.41º | 0.62% | 0.55% | - |
| XYZ | 11.26 | 7.15 | 25.6 | - |
| YUV | 76.97 | 163.57 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 53 | 140 | 0.29 | 0.62 | 0 | 0.45 | 272.41 | 0.45 | 0.38 |
| Hex | 64 | 35 | 8C | 1D | 3E | 0 | 2D | 110 | 2D | 26 |
| Octal | 144 | 65 | 214 | 35 | 76 | 0 | 55 | 420 | 55 | 46 |
| Binary | 1100100 | 110101 | 10001100 | 11101 | 111110 | 0 | 101101 | 100010000 | 101101 | 100110 |
Color Harmonies of #64358C
Complementary color
Monochromatic Colors of #64358C
Black with #64358C
Text Example
Text Example
White with #64358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64358C; }
p { color: rgb(100,53,140); }
H1.HeaderClassName
{
color: #64358C;
}
.AnyTagClassName
{
color: #64358C;
}
</style>
background-color css
<style>
a { background-color: #64358C; }
a { background-color: rgb(100,53,140); }
div.DivClassName
{
background-color: #64358C;
}
.BgClassName
{
background-color: #64358C;
}
</style>
border-color css
<style>
span { border-color: #64358C; }
span { border-color: rgb(100,53,140); }
td.TdClassName
{
border-color: #64358C;
}
.TagClassName
{
border-color: #64358C;
}
</style>