Shades of Honey Flower #604D6B
Tints of Honey Flower #604D6B
RGB
CMYK
RGB Variations
Color information
#604D6B (or 0x604D6B) is known color: Honey Flower. HEX triplet: 60, 4D and 6B. RGB value is (96,77,107). Sum of RGB (Red+Green+Blue) = 96+77+107=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 107 - color contains mainly: blue. Hex color #604D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604D6B is #9FB294. Grayscale: #555555. Windows color (decimal): -10465941 or 7032160. OLE color: 7032160.
HSL color Cylindrical-coordinate representation of color #604D6B: hue angle of 278º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #604D6B is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 77 | 107 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.58 |
| HSL | 278º | 0.16% | 0.36% | - |
| HSV(B) | 278º | 0.28% | 0.42% | - |
| XYZ | 10.13 | 8.86 | 15.09 | - |
| YUV | 86.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 107 | 0.10 | 0.28 | 0 | 0.58 | 278 | 0.16 | 0.36 |
| Hex | 60 | 4D | 6B | A | 1C | 0 | 3A | 116 | 10 | 24 |
| Octal | 140 | 115 | 153 | 12 | 34 | 0 | 72 | 426 | 20 | 44 |
| Binary | 1100000 | 1001101 | 1101011 | 1010 | 11100 | 0 | 111010 | 100010110 | 10000 | 100100 |
Color Harmonies of #604D6B
Complementary color
Monochromatic Colors of #604D6B
Black with #604D6B
Text Example
Text Example
White with #604D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604D6B; }
p { color: rgb(96,77,107); }
H1.HeaderClassName
{
color: #604D6B;
}
.AnyTagClassName
{
color: #604D6B;
}
</style>
background-color css
<style>
a { background-color: #604D6B; }
a { background-color: rgb(96,77,107); }
div.DivClassName
{
background-color: #604D6B;
}
.BgClassName
{
background-color: #604D6B;
}
</style>
border-color css
<style>
span { border-color: #604D6B; }
span { border-color: rgb(96,77,107); }
td.TdClassName
{
border-color: #604D6B;
}
.TagClassName
{
border-color: #604D6B;
}
</style>