Shades of Honey Flower #604A71
Tints of Honey Flower #604A71
RGB
CMYK
RGB Variations
Color information
#604A71 (or 0x604A71) is known color: Honey Flower. HEX triplet: 60, 4A and 71. RGB value is (96,74,113). Sum of RGB (Red+Green+Blue) = 96+74+113=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 113 - color contains mainly: blue. Hex color #604A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604A71 is #9FB58E. Grayscale: #545454. Windows color (decimal): -10466703 or 7424608. OLE color: 7424608.
HSL color Cylindrical-coordinate representation of color #604A71: hue angle of 273.85º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #604A71 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 74 | 113 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.56 |
| HSL | 273.85º | 0.21% | 0.37% | - |
| HSV(B) | 273.85º | 0.35% | 0.44% | - |
| XYZ | 10.25 | 8.58 | 16.74 | - |
| YUV | 85.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 74 | 113 | 0.15 | 0.35 | 0 | 0.56 | 273.85 | 0.21 | 0.37 |
| Hex | 60 | 4A | 71 | F | 23 | 0 | 38 | 112 | 15 | 25 |
| Octal | 140 | 112 | 161 | 17 | 43 | 0 | 70 | 422 | 25 | 45 |
| Binary | 1100000 | 1001010 | 1110001 | 1111 | 100011 | 0 | 111000 | 100010010 | 10101 | 100101 |
Color Harmonies of #604A71
Complementary color
Monochromatic Colors of #604A71
Black with #604A71
Text Example
Text Example
White with #604A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604A71; }
p { color: rgb(96,74,113); }
H1.HeaderClassName
{
color: #604A71;
}
.AnyTagClassName
{
color: #604A71;
}
</style>
background-color css
<style>
a { background-color: #604A71; }
a { background-color: rgb(96,74,113); }
div.DivClassName
{
background-color: #604A71;
}
.BgClassName
{
background-color: #604A71;
}
</style>
border-color css
<style>
span { border-color: #604A71; }
span { border-color: rgb(96,74,113); }
td.TdClassName
{
border-color: #604A71;
}
.TagClassName
{
border-color: #604A71;
}
</style>