Shades of Honey Flower #603E6F
Tints of Honey Flower #603E6F
RGB
CMYK
RGB Variations
Color information
#603E6F (or 0x603E6F) is known color: Honey Flower. HEX triplet: 60, 3E and 6F. RGB value is (96,62,111). Sum of RGB (Red+Green+Blue) = 96+62+111=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 111 - color contains mainly: blue. Hex color #603E6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603E6F is #9FC190. Grayscale: #4D4D4D. Windows color (decimal): -10469777 or 7290464. OLE color: 7290464.
HSL color Cylindrical-coordinate representation of color #603E6F: hue angle of 281.63º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #603E6F is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 62 | 111 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.56 |
| HSL | 281.63º | 0.28% | 0.34% | - |
| HSV(B) | 281.63º | 0.44% | 0.44% | - |
| XYZ | 9.42 | 7.08 | 15.91 | - |
| YUV | 77.75 | 146.76 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 62 | 111 | 0.14 | 0.44 | 0 | 0.56 | 281.63 | 0.28 | 0.34 |
| Hex | 60 | 3E | 6F | E | 2C | 0 | 38 | 11A | 1C | 22 |
| Octal | 140 | 76 | 157 | 16 | 54 | 0 | 70 | 432 | 34 | 42 |
| Binary | 1100000 | 111110 | 1101111 | 1110 | 101100 | 0 | 111000 | 100011010 | 11100 | 100010 |
Color Harmonies of #603E6F
Complementary color
Monochromatic Colors of #603E6F
Black with #603E6F
Text Example
Text Example
White with #603E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603E6F; }
p { color: rgb(96,62,111); }
H1.HeaderClassName
{
color: #603E6F;
}
.AnyTagClassName
{
color: #603E6F;
}
</style>
background-color css
<style>
a { background-color: #603E6F; }
a { background-color: rgb(96,62,111); }
div.DivClassName
{
background-color: #603E6F;
}
.BgClassName
{
background-color: #603E6F;
}
</style>
border-color css
<style>
span { border-color: #603E6F; }
span { border-color: rgb(96,62,111); }
td.TdClassName
{
border-color: #603E6F;
}
.TagClassName
{
border-color: #603E6F;
}
</style>