Shades of Horizon #62939C
Tints of Horizon #62939C
RGB
CMYK
RGB Variations
Color information
#62939C (or 0x62939C) is known color: Horizon. HEX triplet: 62, 93 and 9C. RGB value is (98,147,156). Sum of RGB (Red+Green+Blue) = 98+147+156=401 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.44% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 156 - color contains mainly: blue. Hex color #62939C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62939C is #9D6C63. Grayscale: #858585. Windows color (decimal): -10316900 or 10261346. OLE color: 10261346.
HSL color Cylindrical-coordinate representation of color #62939C: hue angle of 189.31º 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 #62939C is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 147 | 156 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.39 |
| HSL | 189.31º | 0.23% | 0.5% | - |
| HSV(B) | 189.31º | 0.37% | 0.61% | - |
| XYZ | 21.47 | 25.86 | 35.31 | - |
| YUV | 133.38 | 140.77 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 156 | 0.37 | 0.06 | 0 | 0.39 | 189.31 | 0.23 | 0.5 |
| Hex | 62 | 93 | 9C | 25 | 6 | 0 | 27 | BD | 17 | 32 |
| Octal | 142 | 223 | 234 | 45 | 6 | 0 | 47 | 275 | 27 | 62 |
| Binary | 1100010 | 10010011 | 10011100 | 100101 | 110 | 0 | 100111 | 10111101 | 10111 | 110010 |
Color Harmonies of #62939C
Complementary color
Monochromatic Colors of #62939C
Black with #62939C
Text Example
Text Example
White with #62939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62939C; }
p { color: rgb(98,147,156); }
H1.HeaderClassName
{
color: #62939C;
}
.AnyTagClassName
{
color: #62939C;
}
</style>
background-color css
<style>
a { background-color: #62939C; }
a { background-color: rgb(98,147,156); }
div.DivClassName
{
background-color: #62939C;
}
.BgClassName
{
background-color: #62939C;
}
</style>
border-color css
<style>
span { border-color: #62939C; }
span { border-color: rgb(98,147,156); }
td.TdClassName
{
border-color: #62939C;
}
.TagClassName
{
border-color: #62939C;
}
</style>