Shades of Honey Flower #60306F
Tints of Honey Flower #60306F
RGB
CMYK
RGB Variations
Color information
#60306F (or 0x60306F) is known color: Honey Flower. HEX triplet: 60, 30 and 6F. RGB value is (96,48,111). Sum of RGB (Red+Green+Blue) = 96+48+111=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 111 - color contains mainly: blue. Hex color #60306F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60306F is #9FCF90. Grayscale: #454545. Windows color (decimal): -10473361 or 7286880. OLE color: 7286880.
HSL color Cylindrical-coordinate representation of color #60306F: hue angle of 285.71º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60306F is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 48 | 111 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.56 |
| HSL | 285.71º | 0.4% | 0.31% | - |
| HSV(B) | 285.71º | 0.57% | 0.44% | - |
| XYZ | 8.75 | 5.75 | 15.69 | - |
| YUV | 69.53 | 151.4 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 111 | 0.14 | 0.57 | 0 | 0.56 | 285.71 | 0.4 | 0.31 |
| Hex | 60 | 30 | 6F | E | 39 | 0 | 38 | 11E | 28 | 1F |
| Octal | 140 | 60 | 157 | 16 | 71 | 0 | 70 | 436 | 50 | 37 |
| Binary | 1100000 | 110000 | 1101111 | 1110 | 111001 | 0 | 111000 | 100011110 | 101000 | 11111 |
Color Harmonies of #60306F
Complementary color
Monochromatic Colors of #60306F
Black with #60306F
Text Example
Text Example
White with #60306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60306F; }
p { color: rgb(96,48,111); }
H1.HeaderClassName
{
color: #60306F;
}
.AnyTagClassName
{
color: #60306F;
}
</style>
background-color css
<style>
a { background-color: #60306F; }
a { background-color: rgb(96,48,111); }
div.DivClassName
{
background-color: #60306F;
}
.BgClassName
{
background-color: #60306F;
}
</style>
border-color css
<style>
span { border-color: #60306F; }
span { border-color: rgb(96,48,111); }
td.TdClassName
{
border-color: #60306F;
}
.TagClassName
{
border-color: #60306F;
}
</style>