Shades of Kingfisher Daisy #643785
Tints of Kingfisher Daisy #643785
RGB
CMYK
RGB Variations
Color information
#643785 (or 0x643785) is known color: Kingfisher Daisy. HEX triplet: 64, 37 and 85. RGB value is (100,55,133). Sum of RGB (Red+Green+Blue) = 100+55+133=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #643785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643785 is #9BC87A. Grayscale: #4D4D4D. Windows color (decimal): -10209403 or 8730468. OLE color: 8730468.
HSL color Cylindrical-coordinate representation of color #643785: hue angle of 274.62º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #643785 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 55 | 133 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.48 |
| HSL | 274.62º | 0.41% | 0.37% | - |
| HSV(B) | 274.62º | 0.59% | 0.52% | - |
| XYZ | 10.86 | 7.14 | 23 | - |
| YUV | 77.35 | 159.41 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 55 | 133 | 0.25 | 0.59 | 0 | 0.48 | 274.62 | 0.41 | 0.37 |
| Hex | 64 | 37 | 85 | 19 | 3B | 0 | 30 | 113 | 29 | 25 |
| Octal | 144 | 67 | 205 | 31 | 73 | 0 | 60 | 423 | 51 | 45 |
| Binary | 1100100 | 110111 | 10000101 | 11001 | 111011 | 0 | 110000 | 100010011 | 101001 | 100101 |
Color Harmonies of #643785
Complementary color
Monochromatic Colors of #643785
Black with #643785
Text Example
Text Example
White with #643785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643785; }
p { color: rgb(100,55,133); }
H1.HeaderClassName
{
color: #643785;
}
.AnyTagClassName
{
color: #643785;
}
</style>
background-color css
<style>
a { background-color: #643785; }
a { background-color: rgb(100,55,133); }
div.DivClassName
{
background-color: #643785;
}
.BgClassName
{
background-color: #643785;
}
</style>
border-color css
<style>
span { border-color: #643785; }
span { border-color: rgb(100,55,133); }
td.TdClassName
{
border-color: #643785;
}
.TagClassName
{
border-color: #643785;
}
</style>