Shades of Horizon #62909C
Tints of Horizon #62909C
RGB
CMYK
RGB Variations
Color information
#62909C (or 0x62909C) is known color: Horizon. HEX triplet: 62, 90 and 9C. RGB value is (98,144,156). Sum of RGB (Red+Green+Blue) = 98+144+156=398 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.62% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 156 - color contains mainly: blue. Hex color #62909C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62909C is #9D6F63. Grayscale: #838383. Windows color (decimal): -10317668 or 10260578. OLE color: 10260578.
HSL color Cylindrical-coordinate representation of color #62909C: hue angle of 192.41º 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 #62909C is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 144 | 156 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.39 |
| HSL | 192.41º | 0.23% | 0.5% | - |
| HSV(B) | 192.41º | 0.37% | 0.61% | - |
| XYZ | 21.01 | 24.94 | 35.16 | - |
| YUV | 131.61 | 141.76 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 156 | 0.37 | 0.08 | 0 | 0.39 | 192.41 | 0.23 | 0.5 |
| Hex | 62 | 90 | 9C | 25 | 8 | 0 | 27 | C0 | 17 | 32 |
| Octal | 142 | 220 | 234 | 45 | 10 | 0 | 47 | 300 | 27 | 62 |
| Binary | 1100010 | 10010000 | 10011100 | 100101 | 1000 | 0 | 100111 | 11000000 | 10111 | 110010 |
Color Harmonies of #62909C
Complementary color
Monochromatic Colors of #62909C
Black with #62909C
Text Example
Text Example
White with #62909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62909C; }
p { color: rgb(98,144,156); }
H1.HeaderClassName
{
color: #62909C;
}
.AnyTagClassName
{
color: #62909C;
}
</style>
background-color css
<style>
a { background-color: #62909C; }
a { background-color: rgb(98,144,156); }
div.DivClassName
{
background-color: #62909C;
}
.BgClassName
{
background-color: #62909C;
}
</style>
border-color css
<style>
span { border-color: #62909C; }
span { border-color: rgb(98,144,156); }
td.TdClassName
{
border-color: #62909C;
}
.TagClassName
{
border-color: #62909C;
}
</style>