Shades of Horizon #62838D
Tints of Horizon #62838D
RGB
CMYK
RGB Variations
Color information
#62838D (or 0x62838D) is known color: Horizon. HEX triplet: 62, 83 and 8D. RGB value is (98,131,141). Sum of RGB (Red+Green+Blue) = 98+131+141=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 141 - color contains mainly: blue. Hex color #62838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62838D is #9D7C72. Grayscale: #7A7A7A. Windows color (decimal): -10321011 or 9274210. OLE color: 9274210.
HSL color Cylindrical-coordinate representation of color #62838D: hue angle of 193.95º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #62838D is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 131 | 141 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.45 |
| HSL | 193.95º | 0.18% | 0.47% | - |
| HSV(B) | 193.95º | 0.3% | 0.55% | - |
| XYZ | 17.96 | 20.75 | 28.26 | - |
| YUV | 122.27 | 138.57 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 131 | 141 | 0.30 | 0.07 | 0 | 0.45 | 193.95 | 0.18 | 0.47 |
| Hex | 62 | 83 | 8D | 1E | 7 | 0 | 2D | C2 | 12 | 2F |
| Octal | 142 | 203 | 215 | 36 | 7 | 0 | 55 | 302 | 22 | 57 |
| Binary | 1100010 | 10000011 | 10001101 | 11110 | 111 | 0 | 101101 | 11000010 | 10010 | 101111 |
Color Harmonies of #62838D
Complementary color
Monochromatic Colors of #62838D
Black with #62838D
Text Example
Text Example
White with #62838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62838D; }
p { color: rgb(98,131,141); }
H1.HeaderClassName
{
color: #62838D;
}
.AnyTagClassName
{
color: #62838D;
}
</style>
background-color css
<style>
a { background-color: #62838D; }
a { background-color: rgb(98,131,141); }
div.DivClassName
{
background-color: #62838D;
}
.BgClassName
{
background-color: #62838D;
}
</style>
border-color css
<style>
span { border-color: #62838D; }
span { border-color: rgb(98,131,141); }
td.TdClassName
{
border-color: #62838D;
}
.TagClassName
{
border-color: #62838D;
}
</style>