Shades of Kingfisher Daisy #64298B
Tints of Kingfisher Daisy #64298B
RGB
CMYK
RGB Variations
Color information
#64298B (or 0x64298B) is known color: Kingfisher Daisy. HEX triplet: 64, 29 and 8B. RGB value is (100,41,139). Sum of RGB (Red+Green+Blue) = 100+41+139=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #64298B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64298B is #9BD674. Grayscale: #454545. Windows color (decimal): -10212981 or 9120100. OLE color: 9120100.
HSL color Cylindrical-coordinate representation of color #64298B: hue angle of 276.12º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64298B is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 41 | 139 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.45 |
| HSL | 276.12º | 0.54% | 0.35% | - |
| HSV(B) | 276.12º | 0.71% | 0.55% | - |
| XYZ | 10.71 | 6.16 | 25.05 | - |
| YUV | 69.81 | 167.05 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 41 | 139 | 0.28 | 0.71 | 0 | 0.45 | 276.12 | 0.54 | 0.35 |
| Hex | 64 | 29 | 8B | 1C | 47 | 0 | 2D | 114 | 36 | 23 |
| Octal | 144 | 51 | 213 | 34 | 107 | 0 | 55 | 424 | 66 | 43 |
| Binary | 1100100 | 101001 | 10001011 | 11100 | 1000111 | 0 | 101101 | 100010100 | 110110 | 100011 |
Color Harmonies of #64298B
Complementary color
Monochromatic Colors of #64298B
Black with #64298B
Text Example
Text Example
White with #64298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64298B; }
p { color: rgb(100,41,139); }
H1.HeaderClassName
{
color: #64298B;
}
.AnyTagClassName
{
color: #64298B;
}
</style>
background-color css
<style>
a { background-color: #64298B; }
a { background-color: rgb(100,41,139); }
div.DivClassName
{
background-color: #64298B;
}
.BgClassName
{
background-color: #64298B;
}
</style>
border-color css
<style>
span { border-color: #64298B; }
span { border-color: rgb(100,41,139); }
td.TdClassName
{
border-color: #64298B;
}
.TagClassName
{
border-color: #64298B;
}
</style>