Shades of Horizon #62919C
Tints of Horizon #62919C
RGB
CMYK
RGB Variations
Color information
#62919C (or 0x62919C) is known color: Horizon. HEX triplet: 62, 91 and 9C. RGB value is (98,145,156). Sum of RGB (Red+Green+Blue) = 98+145+156=399 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.56% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 156 - color contains mainly: blue. Hex color #62919C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62919C is #9D6E63. Grayscale: #848484. Windows color (decimal): -10317412 or 10260834. OLE color: 10260834.
HSL color Cylindrical-coordinate representation of color #62919C: hue angle of 191.38º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62919C is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 145 | 156 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.39 |
| HSL | 191.38º | 0.23% | 0.5% | - |
| HSV(B) | 191.38º | 0.37% | 0.61% | - |
| XYZ | 21.16 | 25.25 | 35.21 | - |
| YUV | 132.2 | 141.43 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 145 | 156 | 0.37 | 0.07 | 0 | 0.39 | 191.38 | 0.23 | 0.5 |
| Hex | 62 | 91 | 9C | 25 | 7 | 0 | 27 | BF | 17 | 32 |
| Octal | 142 | 221 | 234 | 45 | 7 | 0 | 47 | 277 | 27 | 62 |
| Binary | 1100010 | 10010001 | 10011100 | 100101 | 111 | 0 | 100111 | 10111111 | 10111 | 110010 |
Color Harmonies of #62919C
Complementary color
Monochromatic Colors of #62919C
Black with #62919C
Text Example
Text Example
White with #62919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62919C; }
p { color: rgb(98,145,156); }
H1.HeaderClassName
{
color: #62919C;
}
.AnyTagClassName
{
color: #62919C;
}
</style>
background-color css
<style>
a { background-color: #62919C; }
a { background-color: rgb(98,145,156); }
div.DivClassName
{
background-color: #62919C;
}
.BgClassName
{
background-color: #62919C;
}
</style>
border-color css
<style>
span { border-color: #62919C; }
span { border-color: rgb(98,145,156); }
td.TdClassName
{
border-color: #62919C;
}
.TagClassName
{
border-color: #62919C;
}
</style>