Shades of Honey Flower #62416A
Tints of Honey Flower #62416A
RGB
CMYK
RGB Variations
Color information
#62416A (or 0x62416A) is known color: Honey Flower. HEX triplet: 62, 41 and 6A. RGB value is (98,65,106). Sum of RGB (Red+Green+Blue) = 98+65+106=269 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.43% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 106 - color contains mainly: blue. Hex color #62416A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62416A is #9DBE95. Grayscale: #4F4F4F. Windows color (decimal): -10337942 or 6963554. OLE color: 6963554.
HSL color Cylindrical-coordinate representation of color #62416A: hue angle of 288.29º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #62416A is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 65 | 106 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.58 |
| HSL | 288.29º | 0.24% | 0.34% | - |
| HSV(B) | 288.29º | 0.39% | 0.42% | - |
| XYZ | 9.53 | 7.42 | 14.57 | - |
| YUV | 79.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 65 | 106 | 0.08 | 0.39 | 0 | 0.58 | 288.29 | 0.24 | 0.34 |
| Hex | 62 | 41 | 6A | 8 | 27 | 0 | 3A | 120 | 18 | 22 |
| Octal | 142 | 101 | 152 | 10 | 47 | 0 | 72 | 440 | 30 | 42 |
| Binary | 1100010 | 1000001 | 1101010 | 1000 | 100111 | 0 | 111010 | 100100000 | 11000 | 100010 |
Color Harmonies of #62416A
Complementary color
Monochromatic Colors of #62416A
Black with #62416A
Text Example
Text Example
White with #62416A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62416A; }
p { color: rgb(98,65,106); }
H1.HeaderClassName
{
color: #62416A;
}
.AnyTagClassName
{
color: #62416A;
}
</style>
background-color css
<style>
a { background-color: #62416A; }
a { background-color: rgb(98,65,106); }
div.DivClassName
{
background-color: #62416A;
}
.BgClassName
{
background-color: #62416A;
}
</style>
border-color css
<style>
span { border-color: #62416A; }
span { border-color: rgb(98,65,106); }
td.TdClassName
{
border-color: #62416A;
}
.TagClassName
{
border-color: #62416A;
}
</style>