Shades of Honey Flower #643C75
Tints of Honey Flower #643C75
RGB
CMYK
RGB Variations
Color information
#643C75 (or 0x643C75) is known color: Honey Flower. HEX triplet: 64, 3C and 75. RGB value is (100,60,117). Sum of RGB (Red+Green+Blue) = 100+60+117=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #643C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643C75 is #9BC38A. Grayscale: #4E4E4E. Windows color (decimal): -10208139 or 7683172. OLE color: 7683172.
HSL color Cylindrical-coordinate representation of color #643C75: hue angle of 282.11º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #643C75 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 60 | 117 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.54 |
| HSL | 282.11º | 0.32% | 0.35% | - |
| HSV(B) | 282.11º | 0.49% | 0.46% | - |
| XYZ | 10.08 | 7.23 | 17.69 | - |
| YUV | 78.46 | 149.75 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 117 | 0.15 | 0.49 | 0 | 0.54 | 282.11 | 0.32 | 0.35 |
| Hex | 64 | 3C | 75 | F | 31 | 0 | 36 | 11A | 20 | 23 |
| Octal | 144 | 74 | 165 | 17 | 61 | 0 | 66 | 432 | 40 | 43 |
| Binary | 1100100 | 111100 | 1110101 | 1111 | 110001 | 0 | 110110 | 100011010 | 100000 | 100011 |
Color Harmonies of #643C75
Complementary color
Monochromatic Colors of #643C75
Black with #643C75
Text Example
Text Example
White with #643C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643C75; }
p { color: rgb(100,60,117); }
H1.HeaderClassName
{
color: #643C75;
}
.AnyTagClassName
{
color: #643C75;
}
</style>
background-color css
<style>
a { background-color: #643C75; }
a { background-color: rgb(100,60,117); }
div.DivClassName
{
background-color: #643C75;
}
.BgClassName
{
background-color: #643C75;
}
</style>
border-color css
<style>
span { border-color: #643C75; }
span { border-color: rgb(100,60,117); }
td.TdClassName
{
border-color: #643C75;
}
.TagClassName
{
border-color: #643C75;
}
</style>