Shades of Honey Flower #60386D
Tints of Honey Flower #60386D
RGB
CMYK
RGB Variations
Color information
#60386D (or 0x60386D) is known color: Honey Flower. HEX triplet: 60, 38 and 6D. RGB value is (96,56,109). Sum of RGB (Red+Green+Blue) = 96+56+109=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 109 - color contains mainly: blue. Hex color #60386D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60386D is #9FC792. Grayscale: #494949. Windows color (decimal): -10471315 or 7157856. OLE color: 7157856.
HSL color Cylindrical-coordinate representation of color #60386D: hue angle of 285.28º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60386D is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 56 | 109 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.57 |
| HSL | 285.28º | 0.32% | 0.32% | - |
| HSV(B) | 285.28º | 0.49% | 0.43% | - |
| XYZ | 9 | 6.42 | 15.23 | - |
| YUV | 74 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 56 | 109 | 0.12 | 0.49 | 0 | 0.57 | 285.28 | 0.32 | 0.32 |
| Hex | 60 | 38 | 6D | C | 31 | 0 | 39 | 11D | 20 | 20 |
| Octal | 140 | 70 | 155 | 14 | 61 | 0 | 71 | 435 | 40 | 40 |
| Binary | 1100000 | 111000 | 1101101 | 1100 | 110001 | 0 | 111001 | 100011101 | 100000 | 100000 |
Color Harmonies of #60386D
Complementary color
Monochromatic Colors of #60386D
Black with #60386D
Text Example
Text Example
White with #60386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60386D; }
p { color: rgb(96,56,109); }
H1.HeaderClassName
{
color: #60386D;
}
.AnyTagClassName
{
color: #60386D;
}
</style>
background-color css
<style>
a { background-color: #60386D; }
a { background-color: rgb(96,56,109); }
div.DivClassName
{
background-color: #60386D;
}
.BgClassName
{
background-color: #60386D;
}
</style>
border-color css
<style>
span { border-color: #60386D; }
span { border-color: rgb(96,56,109); }
td.TdClassName
{
border-color: #60386D;
}
.TagClassName
{
border-color: #60386D;
}
</style>