Shades of Kingfisher Daisy #644880
Tints of Kingfisher Daisy #644880
RGB
CMYK
RGB Variations
Color information
#644880 (or 0x644880) is known color: Kingfisher Daisy. HEX triplet: 64, 48 and 80. RGB value is (100,72,128). Sum of RGB (Red+Green+Blue) = 100+72+128=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 128 - color contains mainly: blue. Hex color #644880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644880 is #9BB77F. Grayscale: #565656. Windows color (decimal): -10205056 or 8407140. OLE color: 8407140.
HSL color Cylindrical-coordinate representation of color #644880: hue angle of 270º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #644880 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 72 | 128 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.50 |
| HSL | 270º | 0.28% | 0.39% | - |
| HSV(B) | 270º | 0.44% | 0.5% | - |
| XYZ | 11.47 | 8.9 | 21.54 | - |
| YUV | 86.76 | 151.28 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 72 | 128 | 0.22 | 0.44 | 0 | 0.50 | 270 | 0.28 | 0.39 |
| Hex | 64 | 48 | 80 | 16 | 2C | 0 | 32 | 10E | 1C | 27 |
| Octal | 144 | 110 | 200 | 26 | 54 | 0 | 62 | 416 | 34 | 47 |
| Binary | 1100100 | 1001000 | 10000000 | 10110 | 101100 | 0 | 110010 | 100001110 | 11100 | 100111 |
Color Harmonies of #644880
Complementary color
Monochromatic Colors of #644880
Black with #644880
Text Example
Text Example
White with #644880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644880; }
p { color: rgb(100,72,128); }
H1.HeaderClassName
{
color: #644880;
}
.AnyTagClassName
{
color: #644880;
}
</style>
background-color css
<style>
a { background-color: #644880; }
a { background-color: rgb(100,72,128); }
div.DivClassName
{
background-color: #644880;
}
.BgClassName
{
background-color: #644880;
}
</style>
border-color css
<style>
span { border-color: #644880; }
span { border-color: rgb(100,72,128); }
td.TdClassName
{
border-color: #644880;
}
.TagClassName
{
border-color: #644880;
}
</style>