Shades of Honey Flower #603F76
Tints of Honey Flower #603F76
RGB
CMYK
RGB Variations
Color information
#603F76 (or 0x603F76) is known color: Honey Flower. HEX triplet: 60, 3F and 76. RGB value is (96,63,118). Sum of RGB (Red+Green+Blue) = 96+63+118=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: blue. Hex color #603F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603F76 is #9FC089. Grayscale: #4E4E4E. Windows color (decimal): -10469514 or 7749472. OLE color: 7749472.
HSL color Cylindrical-coordinate representation of color #603F76: hue angle of 276º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #603F76 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 63 | 118 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.54 |
| HSL | 276º | 0.3% | 0.35% | - |
| HSV(B) | 276º | 0.47% | 0.46% | - |
| XYZ | 9.87 | 7.35 | 18.04 | - |
| YUV | 79.14 | 149.93 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 118 | 0.19 | 0.47 | 0 | 0.54 | 276 | 0.3 | 0.35 |
| Hex | 60 | 3F | 76 | 13 | 2F | 0 | 36 | 114 | 1E | 23 |
| Octal | 140 | 77 | 166 | 23 | 57 | 0 | 66 | 424 | 36 | 43 |
| Binary | 1100000 | 111111 | 1110110 | 10011 | 101111 | 0 | 110110 | 100010100 | 11110 | 100011 |
Color Harmonies of #603F76
Complementary color
Monochromatic Colors of #603F76
Black with #603F76
Text Example
Text Example
White with #603F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F76; }
p { color: rgb(96,63,118); }
H1.HeaderClassName
{
color: #603F76;
}
.AnyTagClassName
{
color: #603F76;
}
</style>
background-color css
<style>
a { background-color: #603F76; }
a { background-color: rgb(96,63,118); }
div.DivClassName
{
background-color: #603F76;
}
.BgClassName
{
background-color: #603F76;
}
</style>
border-color css
<style>
span { border-color: #603F76; }
span { border-color: rgb(96,63,118); }
td.TdClassName
{
border-color: #603F76;
}
.TagClassName
{
border-color: #603F76;
}
</style>