Shades of Horizon #658E9D
Tints of Horizon #658E9D
RGB
CMYK
RGB Variations
Color information
#658E9D (or 0x658E9D) is known color: Horizon. HEX triplet: 65, 8E and 9D. RGB value is (101,142,157). Sum of RGB (Red+Green+Blue) = 101+142+157=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 157 - color contains mainly: blue. Hex color #658E9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658E9D is #9A7162. Grayscale: #838383. Windows color (decimal): -10121571 or 10325605. OLE color: 10325605.
HSL color Cylindrical-coordinate representation of color #658E9D: hue angle of 196.07º degrees, saturation: 0.22, 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 #658E9D is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 142 | 157 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.38 |
| HSL | 196.07º | 0.22% | 0.51% | - |
| HSV(B) | 196.07º | 0.36% | 0.62% | - |
| XYZ | 21.13 | 24.55 | 35.52 | - |
| YUV | 131.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 142 | 157 | 0.36 | 0.10 | 0 | 0.38 | 196.07 | 0.22 | 0.51 |
| Hex | 65 | 8E | 9D | 24 | A | 0 | 26 | C4 | 16 | 33 |
| Octal | 145 | 216 | 235 | 44 | 12 | 0 | 46 | 304 | 26 | 63 |
| Binary | 1100101 | 10001110 | 10011101 | 100100 | 1010 | 0 | 100110 | 11000100 | 10110 | 110011 |
Color Harmonies of #658E9D
Complementary color
Monochromatic Colors of #658E9D
Black with #658E9D
Text Example
Text Example
White with #658E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658E9D; }
p { color: rgb(101,142,157); }
H1.HeaderClassName
{
color: #658E9D;
}
.AnyTagClassName
{
color: #658E9D;
}
</style>
background-color css
<style>
a { background-color: #658E9D; }
a { background-color: rgb(101,142,157); }
div.DivClassName
{
background-color: #658E9D;
}
.BgClassName
{
background-color: #658E9D;
}
</style>
border-color css
<style>
span { border-color: #658E9D; }
span { border-color: rgb(101,142,157); }
td.TdClassName
{
border-color: #658E9D;
}
.TagClassName
{
border-color: #658E9D;
}
</style>