Shades of Kingfisher Daisy #644186
Tints of Kingfisher Daisy #644186
RGB
CMYK
RGB Variations
Color information
#644186 (or 0x644186) is known color: Kingfisher Daisy. HEX triplet: 64, 41 and 86. RGB value is (100,65,134). Sum of RGB (Red+Green+Blue) = 100+65+134=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 134 - color contains mainly: blue. Hex color #644186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644186 is #9BBE79. Grayscale: #535353. Windows color (decimal): -10206842 or 8798564. OLE color: 8798564.
HSL color Cylindrical-coordinate representation of color #644186: hue angle of 270.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #644186 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 65 | 134 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.47 |
| HSL | 270.43º | 0.35% | 0.39% | - |
| HSV(B) | 270.43º | 0.51% | 0.53% | - |
| XYZ | 11.45 | 8.21 | 23.54 | - |
| YUV | 83.33 | 156.6 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 134 | 0.25 | 0.51 | 0 | 0.47 | 270.43 | 0.35 | 0.39 |
| Hex | 64 | 41 | 86 | 19 | 33 | 0 | 2F | 10E | 23 | 27 |
| Octal | 144 | 101 | 206 | 31 | 63 | 0 | 57 | 416 | 43 | 47 |
| Binary | 1100100 | 1000001 | 10000110 | 11001 | 110011 | 0 | 101111 | 100001110 | 100011 | 100111 |
Color Harmonies of #644186
Complementary color
Monochromatic Colors of #644186
Black with #644186
Text Example
Text Example
White with #644186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644186; }
p { color: rgb(100,65,134); }
H1.HeaderClassName
{
color: #644186;
}
.AnyTagClassName
{
color: #644186;
}
</style>
background-color css
<style>
a { background-color: #644186; }
a { background-color: rgb(100,65,134); }
div.DivClassName
{
background-color: #644186;
}
.BgClassName
{
background-color: #644186;
}
</style>
border-color css
<style>
span { border-color: #644186; }
span { border-color: rgb(100,65,134); }
td.TdClassName
{
border-color: #644186;
}
.TagClassName
{
border-color: #644186;
}
</style>