Shades of Honey Flower #604D6D
Tints of Honey Flower #604D6D
RGB
CMYK
RGB Variations
Color information
#604D6D (or 0x604D6D) is known color: Honey Flower. HEX triplet: 60, 4D and 6D. RGB value is (96,77,109). Sum of RGB (Red+Green+Blue) = 96+77+109=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 109 - color contains mainly: blue. Hex color #604D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604D6D is #9FB292. Grayscale: #565656. Windows color (decimal): -10465939 or 7163232. OLE color: 7163232.
HSL color Cylindrical-coordinate representation of color #604D6D: hue angle of 275.62º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #604D6D is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 77 | 109 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.57 |
| HSL | 275.63º | 0.17% | 0.36% | - |
| HSV(B) | 275.63º | 0.29% | 0.43% | - |
| XYZ | 10.24 | 8.9 | 15.65 | - |
| YUV | 86.33 | 140.79 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 109 | 0.12 | 0.29 | 0 | 0.57 | 275.63 | 0.17 | 0.36 |
| Hex | 60 | 4D | 6D | C | 1D | 0 | 39 | 114 | 11 | 24 |
| Octal | 140 | 115 | 155 | 14 | 35 | 0 | 71 | 424 | 21 | 44 |
| Binary | 1100000 | 1001101 | 1101101 | 1100 | 11101 | 0 | 111001 | 100010100 | 10001 | 100100 |
Color Harmonies of #604D6D
Complementary color
Monochromatic Colors of #604D6D
Black with #604D6D
Text Example
Text Example
White with #604D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604D6D; }
p { color: rgb(96,77,109); }
H1.HeaderClassName
{
color: #604D6D;
}
.AnyTagClassName
{
color: #604D6D;
}
</style>
background-color css
<style>
a { background-color: #604D6D; }
a { background-color: rgb(96,77,109); }
div.DivClassName
{
background-color: #604D6D;
}
.BgClassName
{
background-color: #604D6D;
}
</style>
border-color css
<style>
span { border-color: #604D6D; }
span { border-color: rgb(96,77,109); }
td.TdClassName
{
border-color: #604D6D;
}
.TagClassName
{
border-color: #604D6D;
}
</style>