Shades of Horizon #65939E
Tints of Horizon #65939E
RGB
CMYK
RGB Variations
Color information
#65939E (or 0x65939E) is known color: Horizon. HEX triplet: 65, 93 and 9E. RGB value is (101,147,158). Sum of RGB (Red+Green+Blue) = 101+147+158=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 158 - color contains mainly: blue. Hex color #65939E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65939E is #9A6C61. Grayscale: #868686. Windows color (decimal): -10120290 or 10392421. OLE color: 10392421.
HSL color Cylindrical-coordinate representation of color #65939E: hue angle of 191.58º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65939E is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 147 | 158 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.38 |
| HSL | 191.58º | 0.23% | 0.51% | - |
| HSV(B) | 191.58º | 0.36% | 0.62% | - |
| XYZ | 21.97 | 26.1 | 36.23 | - |
| YUV | 134.5 | 141.26 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 147 | 158 | 0.36 | 0.07 | 0 | 0.38 | 191.58 | 0.23 | 0.51 |
| Hex | 65 | 93 | 9E | 24 | 7 | 0 | 26 | C0 | 17 | 33 |
| Octal | 145 | 223 | 236 | 44 | 7 | 0 | 46 | 300 | 27 | 63 |
| Binary | 1100101 | 10010011 | 10011110 | 100100 | 111 | 0 | 100110 | 11000000 | 10111 | 110011 |
Color Harmonies of #65939E
Complementary color
Monochromatic Colors of #65939E
Black with #65939E
Text Example
Text Example
White with #65939E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65939E; }
p { color: rgb(101,147,158); }
H1.HeaderClassName
{
color: #65939E;
}
.AnyTagClassName
{
color: #65939E;
}
</style>
background-color css
<style>
a { background-color: #65939E; }
a { background-color: rgb(101,147,158); }
div.DivClassName
{
background-color: #65939E;
}
.BgClassName
{
background-color: #65939E;
}
</style>
border-color css
<style>
span { border-color: #65939E; }
span { border-color: rgb(101,147,158); }
td.TdClassName
{
border-color: #65939E;
}
.TagClassName
{
border-color: #65939E;
}
</style>