Shades of Kingfisher Daisy #642180
Tints of Kingfisher Daisy #642180
RGB
CMYK
RGB Variations
Color information
#642180 (or 0x642180) is known color: Kingfisher Daisy. HEX triplet: 64, 21 and 80. RGB value is (100,33,128). Sum of RGB (Red+Green+Blue) = 100+33+128=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #642180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642180 is #9BDE7F. Grayscale: #3F3F3F. Windows color (decimal): -10215040 or 8397156. OLE color: 8397156.
HSL color Cylindrical-coordinate representation of color #642180: hue angle of 282.32º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #642180 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 33 | 128 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.50 |
| HSL | 282.32º | 0.59% | 0.32% | - |
| HSV(B) | 282.32º | 0.74% | 0.5% | - |
| XYZ | 9.7 | 5.36 | 20.94 | - |
| YUV | 63.86 | 164.2 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 33 | 128 | 0.22 | 0.74 | 0 | 0.50 | 282.32 | 0.59 | 0.32 |
| Hex | 64 | 21 | 80 | 16 | 4A | 0 | 32 | 11A | 3B | 20 |
| Octal | 144 | 41 | 200 | 26 | 112 | 0 | 62 | 432 | 73 | 40 |
| Binary | 1100100 | 100001 | 10000000 | 10110 | 1001010 | 0 | 110010 | 100011010 | 111011 | 100000 |
Color Harmonies of #642180
Complementary color
Monochromatic Colors of #642180
Black with #642180
Text Example
Text Example
White with #642180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642180; }
p { color: rgb(100,33,128); }
H1.HeaderClassName
{
color: #642180;
}
.AnyTagClassName
{
color: #642180;
}
</style>
background-color css
<style>
a { background-color: #642180; }
a { background-color: rgb(100,33,128); }
div.DivClassName
{
background-color: #642180;
}
.BgClassName
{
background-color: #642180;
}
</style>
border-color css
<style>
span { border-color: #642180; }
span { border-color: rgb(100,33,128); }
td.TdClassName
{
border-color: #642180;
}
.TagClassName
{
border-color: #642180;
}
</style>