Shades of Kingfisher Daisy #64198B
Tints of Kingfisher Daisy #64198B
RGB
CMYK
RGB Variations
Color information
#64198B (or 0x64198B) is known color: Kingfisher Daisy. HEX triplet: 64, 19 and 8B. RGB value is (100,25,139). Sum of RGB (Red+Green+Blue) = 100+25+139=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #64198B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64198B is #9BE674. Grayscale: #3C3C3C. Windows color (decimal): -10217077 or 9116004. OLE color: 9116004.
HSL color Cylindrical-coordinate representation of color #64198B: hue angle of 279.47º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #64198B is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 25 | 139 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.45 |
| HSL | 279.47º | 0.7% | 0.32% | - |
| HSV(B) | 279.47º | 0.82% | 0.55% | - |
| XYZ | 10.26 | 5.27 | 24.9 | - |
| YUV | 60.42 | 172.35 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 25 | 139 | 0.28 | 0.82 | 0 | 0.45 | 279.47 | 0.7 | 0.32 |
| Hex | 64 | 19 | 8B | 1C | 52 | 0 | 2D | 117 | 46 | 20 |
| Octal | 144 | 31 | 213 | 34 | 122 | 0 | 55 | 427 | 106 | 40 |
| Binary | 1100100 | 11001 | 10001011 | 11100 | 1010010 | 0 | 101101 | 100010111 | 1000110 | 100000 |
Color Harmonies of #64198B
Complementary color
Monochromatic Colors of #64198B
Black with #64198B
Text Example
Text Example
White with #64198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64198B; }
p { color: rgb(100,25,139); }
H1.HeaderClassName
{
color: #64198B;
}
.AnyTagClassName
{
color: #64198B;
}
</style>
background-color css
<style>
a { background-color: #64198B; }
a { background-color: rgb(100,25,139); }
div.DivClassName
{
background-color: #64198B;
}
.BgClassName
{
background-color: #64198B;
}
</style>
border-color css
<style>
span { border-color: #64198B; }
span { border-color: rgb(100,25,139); }
td.TdClassName
{
border-color: #64198B;
}
.TagClassName
{
border-color: #64198B;
}
</style>