Shades of Honey Flower #62487A
Tints of Honey Flower #62487A
RGB
CMYK
RGB Variations
Color information
#62487A (or 0x62487A) is known color: Honey Flower. HEX triplet: 62, 48 and 7A. RGB value is (98,72,122). Sum of RGB (Red+Green+Blue) = 98+72+122=292 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.56% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 122 - color contains mainly: blue. Hex color #62487A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62487A is #9DB785. Grayscale: #555555. Windows color (decimal): -10336134 or 8013922. OLE color: 8013922.
HSL color Cylindrical-coordinate representation of color #62487A: hue angle of 271.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #62487A is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 72 | 122 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.52 |
| HSL | 271.2º | 0.26% | 0.38% | - |
| HSV(B) | 271.2º | 0.41% | 0.48% | - |
| XYZ | 10.87 | 8.64 | 19.51 | - |
| YUV | 85.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 72 | 122 | 0.20 | 0.41 | 0 | 0.52 | 271.2 | 0.26 | 0.38 |
| Hex | 62 | 48 | 7A | 14 | 29 | 0 | 34 | 10F | 1A | 26 |
| Octal | 142 | 110 | 172 | 24 | 51 | 0 | 64 | 417 | 32 | 46 |
| Binary | 1100010 | 1001000 | 1111010 | 10100 | 101001 | 0 | 110100 | 100001111 | 11010 | 100110 |
Color Harmonies of #62487A
Complementary color
Monochromatic Colors of #62487A
Black with #62487A
Text Example
Text Example
White with #62487A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62487A; }
p { color: rgb(98,72,122); }
H1.HeaderClassName
{
color: #62487A;
}
.AnyTagClassName
{
color: #62487A;
}
</style>
background-color css
<style>
a { background-color: #62487A; }
a { background-color: rgb(98,72,122); }
div.DivClassName
{
background-color: #62487A;
}
.BgClassName
{
background-color: #62487A;
}
</style>
border-color css
<style>
span { border-color: #62487A; }
span { border-color: rgb(98,72,122); }
td.TdClassName
{
border-color: #62487A;
}
.TagClassName
{
border-color: #62487A;
}
</style>