Shades of Kingfisher Daisy #644680
Tints of Kingfisher Daisy #644680
RGB
CMYK
RGB Variations
Color information
#644680 (or 0x644680) is known color: Kingfisher Daisy. HEX triplet: 64, 46 and 80. RGB value is (100,70,128). Sum of RGB (Red+Green+Blue) = 100+70+128=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 128 - color contains mainly: blue. Hex color #644680 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644680 is #9BB97F. Grayscale: #555555. Windows color (decimal): -10205568 or 8406628. OLE color: 8406628.
HSL color Cylindrical-coordinate representation of color #644680: hue angle of 271.03º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #644680 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 70 | 128 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.50 |
| HSL | 271.03º | 0.29% | 0.39% | - |
| HSV(B) | 271.03º | 0.45% | 0.5% | - |
| XYZ | 11.34 | 8.65 | 21.49 | - |
| YUV | 85.58 | 151.94 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 128 | 0.22 | 0.45 | 0 | 0.50 | 271.03 | 0.29 | 0.39 |
| Hex | 64 | 46 | 80 | 16 | 2D | 0 | 32 | 10F | 1D | 27 |
| Octal | 144 | 106 | 200 | 26 | 55 | 0 | 62 | 417 | 35 | 47 |
| Binary | 1100100 | 1000110 | 10000000 | 10110 | 101101 | 0 | 110010 | 100001111 | 11101 | 100111 |
Color Harmonies of #644680
Complementary color
Monochromatic Colors of #644680
Black with #644680
Text Example
Text Example
White with #644680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644680; }
p { color: rgb(100,70,128); }
H1.HeaderClassName
{
color: #644680;
}
.AnyTagClassName
{
color: #644680;
}
</style>
background-color css
<style>
a { background-color: #644680; }
a { background-color: rgb(100,70,128); }
div.DivClassName
{
background-color: #644680;
}
.BgClassName
{
background-color: #644680;
}
</style>
border-color css
<style>
span { border-color: #644680; }
span { border-color: rgb(100,70,128); }
td.TdClassName
{
border-color: #644680;
}
.TagClassName
{
border-color: #644680;
}
</style>