Shades of Honey Flower #60307A
Tints of Honey Flower #60307A
RGB
CMYK
RGB Variations
Color information
#60307A (or 0x60307A) is known color: Honey Flower. HEX triplet: 60, 30 and 7A. RGB value is (96,48,122). Sum of RGB (Red+Green+Blue) = 96+48+122=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 122 - color contains mainly: blue. Hex color #60307A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60307A is #9FCF85. Grayscale: #464646. Windows color (decimal): -10473350 or 8007776. OLE color: 8007776.
HSL color Cylindrical-coordinate representation of color #60307A: hue angle of 278.92º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60307A is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 48 | 122 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.52 |
| HSL | 278.92º | 0.44% | 0.33% | - |
| HSV(B) | 278.92º | 0.61% | 0.48% | - |
| XYZ | 9.39 | 6.01 | 19.08 | - |
| YUV | 70.79 | 156.9 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 122 | 0.21 | 0.61 | 0 | 0.52 | 278.92 | 0.44 | 0.33 |
| Hex | 60 | 30 | 7A | 15 | 3D | 0 | 34 | 117 | 2C | 21 |
| Octal | 140 | 60 | 172 | 25 | 75 | 0 | 64 | 427 | 54 | 41 |
| Binary | 1100000 | 110000 | 1111010 | 10101 | 111101 | 0 | 110100 | 100010111 | 101100 | 100001 |
Color Harmonies of #60307A
Complementary color
Monochromatic Colors of #60307A
Black with #60307A
Text Example
Text Example
White with #60307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60307A; }
p { color: rgb(96,48,122); }
H1.HeaderClassName
{
color: #60307A;
}
.AnyTagClassName
{
color: #60307A;
}
</style>
background-color css
<style>
a { background-color: #60307A; }
a { background-color: rgb(96,48,122); }
div.DivClassName
{
background-color: #60307A;
}
.BgClassName
{
background-color: #60307A;
}
</style>
border-color css
<style>
span { border-color: #60307A; }
span { border-color: rgb(96,48,122); }
td.TdClassName
{
border-color: #60307A;
}
.TagClassName
{
border-color: #60307A;
}
</style>