Shades of Kingfisher Daisy #64328B
Tints of Kingfisher Daisy #64328B
RGB
CMYK
RGB Variations
Color information
#64328B (or 0x64328B) is known color: Kingfisher Daisy. HEX triplet: 64, 32 and 8B. RGB value is (100,50,139). Sum of RGB (Red+Green+Blue) = 100+50+139=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #64328B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64328B is #9BCD74. Grayscale: #4A4A4A. Windows color (decimal): -10210677 or 9122404. OLE color: 9122404.
HSL color Cylindrical-coordinate representation of color #64328B: hue angle of 273.71º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64328B is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 50 | 139 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.45 |
| HSL | 273.71º | 0.47% | 0.37% | - |
| HSV(B) | 273.71º | 0.64% | 0.55% | - |
| XYZ | 11.06 | 6.85 | 25.17 | - |
| YUV | 75.1 | 164.07 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 139 | 0.28 | 0.64 | 0 | 0.45 | 273.71 | 0.47 | 0.37 |
| Hex | 64 | 32 | 8B | 1C | 40 | 0 | 2D | 112 | 2F | 25 |
| Octal | 144 | 62 | 213 | 34 | 100 | 0 | 55 | 422 | 57 | 45 |
| Binary | 1100100 | 110010 | 10001011 | 11100 | 1000000 | 0 | 101101 | 100010010 | 101111 | 100101 |
Color Harmonies of #64328B
Complementary color
Monochromatic Colors of #64328B
Black with #64328B
Text Example
Text Example
White with #64328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64328B; }
p { color: rgb(100,50,139); }
H1.HeaderClassName
{
color: #64328B;
}
.AnyTagClassName
{
color: #64328B;
}
</style>
background-color css
<style>
a { background-color: #64328B; }
a { background-color: rgb(100,50,139); }
div.DivClassName
{
background-color: #64328B;
}
.BgClassName
{
background-color: #64328B;
}
</style>
border-color css
<style>
span { border-color: #64328B; }
span { border-color: rgb(100,50,139); }
td.TdClassName
{
border-color: #64328B;
}
.TagClassName
{
border-color: #64328B;
}
</style>