Shades of Honey Flower #643D74
Tints of Honey Flower #643D74
RGB
CMYK
RGB Variations
Color information
#643D74 (or 0x643D74) is known color: Honey Flower. HEX triplet: 64, 3D and 74. RGB value is (100,61,116). Sum of RGB (Red+Green+Blue) = 100+61+116=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 116 - color contains mainly: blue. Hex color #643D74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643D74 is #9BC28B. Grayscale: #4E4E4E. Windows color (decimal): -10207884 or 7617892. OLE color: 7617892.
HSL color Cylindrical-coordinate representation of color #643D74: hue angle of 282.55º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #643D74 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 61 | 116 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.55 |
| HSL | 282.55º | 0.31% | 0.35% | - |
| HSV(B) | 282.55º | 0.47% | 0.45% | - |
| XYZ | 10.08 | 7.31 | 17.4 | - |
| YUV | 78.93 | 148.92 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 61 | 116 | 0.14 | 0.47 | 0 | 0.55 | 282.55 | 0.31 | 0.35 |
| Hex | 64 | 3D | 74 | E | 2F | 0 | 37 | 11B | 1F | 23 |
| Octal | 144 | 75 | 164 | 16 | 57 | 0 | 67 | 433 | 37 | 43 |
| Binary | 1100100 | 111101 | 1110100 | 1110 | 101111 | 0 | 110111 | 100011011 | 11111 | 100011 |
Color Harmonies of #643D74
Complementary color
Monochromatic Colors of #643D74
Black with #643D74
Text Example
Text Example
White with #643D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643D74; }
p { color: rgb(100,61,116); }
H1.HeaderClassName
{
color: #643D74;
}
.AnyTagClassName
{
color: #643D74;
}
</style>
background-color css
<style>
a { background-color: #643D74; }
a { background-color: rgb(100,61,116); }
div.DivClassName
{
background-color: #643D74;
}
.BgClassName
{
background-color: #643D74;
}
</style>
border-color css
<style>
span { border-color: #643D74; }
span { border-color: rgb(100,61,116); }
td.TdClassName
{
border-color: #643D74;
}
.TagClassName
{
border-color: #643D74;
}
</style>