Shades of Honey Flower #643D70
Tints of Honey Flower #643D70
RGB
CMYK
RGB Variations
Color information
#643D70 (or 0x643D70) is known color: Honey Flower. HEX triplet: 64, 3D and 70. RGB value is (100,61,112). Sum of RGB (Red+Green+Blue) = 100+61+112=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 112 - color contains mainly: blue. Hex color #643D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643D70 is #9BC28F. Grayscale: #4E4E4E. Windows color (decimal): -10207888 or 7355748. OLE color: 7355748.
HSL color Cylindrical-coordinate representation of color #643D70: hue angle of 285.88º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #643D70 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 61 | 112 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.56 |
| HSL | 285.88º | 0.29% | 0.34% | - |
| HSV(B) | 285.88º | 0.46% | 0.44% | - |
| XYZ | 9.85 | 7.22 | 16.2 | - |
| YUV | 78.48 | 146.92 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 61 | 112 | 0.11 | 0.46 | 0 | 0.56 | 285.88 | 0.29 | 0.34 |
| Hex | 64 | 3D | 70 | B | 2E | 0 | 38 | 11E | 1D | 22 |
| Octal | 144 | 75 | 160 | 13 | 56 | 0 | 70 | 436 | 35 | 42 |
| Binary | 1100100 | 111101 | 1110000 | 1011 | 101110 | 0 | 111000 | 100011110 | 11101 | 100010 |
Color Harmonies of #643D70
Complementary color
Monochromatic Colors of #643D70
Black with #643D70
Text Example
Text Example
White with #643D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643D70; }
p { color: rgb(100,61,112); }
H1.HeaderClassName
{
color: #643D70;
}
.AnyTagClassName
{
color: #643D70;
}
</style>
background-color css
<style>
a { background-color: #643D70; }
a { background-color: rgb(100,61,112); }
div.DivClassName
{
background-color: #643D70;
}
.BgClassName
{
background-color: #643D70;
}
</style>
border-color css
<style>
span { border-color: #643D70; }
span { border-color: rgb(100,61,112); }
td.TdClassName
{
border-color: #643D70;
}
.TagClassName
{
border-color: #643D70;
}
</style>