Shades of Horizon #65919E
Tints of Horizon #65919E
RGB
CMYK
RGB Variations
Color information
#65919E (or 0x65919E) is known color: Horizon. HEX triplet: 65, 91 and 9E. RGB value is (101,145,158). Sum of RGB (Red+Green+Blue) = 101+145+158=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 158 - color contains mainly: blue. Hex color #65919E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65919E is #9A6E61. Grayscale: #858585. Windows color (decimal): -10120802 or 10391909. OLE color: 10391909.
HSL color Cylindrical-coordinate representation of color #65919E: hue angle of 193.68º 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 #65919E is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 145 | 158 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.38 |
| HSL | 193.68º | 0.23% | 0.51% | - |
| HSV(B) | 193.68º | 0.36% | 0.62% | - |
| XYZ | 21.66 | 25.49 | 36.13 | - |
| YUV | 133.33 | 141.92 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 145 | 158 | 0.36 | 0.08 | 0 | 0.38 | 193.68 | 0.23 | 0.51 |
| Hex | 65 | 91 | 9E | 24 | 8 | 0 | 26 | C2 | 17 | 33 |
| Octal | 145 | 221 | 236 | 44 | 10 | 0 | 46 | 302 | 27 | 63 |
| Binary | 1100101 | 10010001 | 10011110 | 100100 | 1000 | 0 | 100110 | 11000010 | 10111 | 110011 |
Color Harmonies of #65919E
Complementary color
Monochromatic Colors of #65919E
Black with #65919E
Text Example
Text Example
White with #65919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65919E; }
p { color: rgb(101,145,158); }
H1.HeaderClassName
{
color: #65919E;
}
.AnyTagClassName
{
color: #65919E;
}
</style>
background-color css
<style>
a { background-color: #65919E; }
a { background-color: rgb(101,145,158); }
div.DivClassName
{
background-color: #65919E;
}
.BgClassName
{
background-color: #65919E;
}
</style>
border-color css
<style>
span { border-color: #65919E; }
span { border-color: rgb(101,145,158); }
td.TdClassName
{
border-color: #65919E;
}
.TagClassName
{
border-color: #65919E;
}
</style>