Shades of Kingfisher Daisy #644881
Tints of Kingfisher Daisy #644881
RGB
CMYK
RGB Variations
Color information
#644881 (or 0x644881) is known color: Kingfisher Daisy. HEX triplet: 64, 48 and 81. RGB value is (100,72,129). Sum of RGB (Red+Green+Blue) = 100+72+129=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 129 (50.78% from 255 or 42.86% from 301); Max value from RGB is 129 - color contains mainly: blue. Hex color #644881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644881 is #9BB77E. Grayscale: #565656. Windows color (decimal): -10205055 or 8472676. OLE color: 8472676.
HSL color Cylindrical-coordinate representation of color #644881: hue angle of 269.47º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #644881 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 72 | 129 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.49 |
| HSL | 269.47º | 0.28% | 0.39% | - |
| HSV(B) | 269.47º | 0.44% | 0.51% | - |
| XYZ | 11.54 | 8.93 | 21.88 | - |
| YUV | 86.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 72 | 129 | 0.22 | 0.44 | 0 | 0.49 | 269.47 | 0.28 | 0.39 |
| Hex | 64 | 48 | 81 | 16 | 2C | 0 | 31 | 10D | 1C | 27 |
| Octal | 144 | 110 | 201 | 26 | 54 | 0 | 61 | 415 | 34 | 47 |
| Binary | 1100100 | 1001000 | 10000001 | 10110 | 101100 | 0 | 110001 | 100001101 | 11100 | 100111 |
Color Harmonies of #644881
Complementary color
Monochromatic Colors of #644881
Black with #644881
Text Example
Text Example
White with #644881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644881; }
p { color: rgb(100,72,129); }
H1.HeaderClassName
{
color: #644881;
}
.AnyTagClassName
{
color: #644881;
}
</style>
background-color css
<style>
a { background-color: #644881; }
a { background-color: rgb(100,72,129); }
div.DivClassName
{
background-color: #644881;
}
.BgClassName
{
background-color: #644881;
}
</style>
border-color css
<style>
span { border-color: #644881; }
span { border-color: rgb(100,72,129); }
td.TdClassName
{
border-color: #644881;
}
.TagClassName
{
border-color: #644881;
}
</style>