Shades of Horizon #658D97
Tints of Horizon #658D97
RGB
CMYK
RGB Variations
Color information
#658D97 (or 0x658D97) is known color: Horizon. HEX triplet: 65, 8D and 97. RGB value is (101,141,151). Sum of RGB (Red+Green+Blue) = 101+141+151=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 151 - color contains mainly: blue. Hex color #658D97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658D97 is #9A7268. Grayscale: #828282. Windows color (decimal): -10121833 or 9932133. OLE color: 9932133.
HSL color Cylindrical-coordinate representation of color #658D97: hue angle of 192º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #658D97 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 101 | 141 | 151 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.41 |
| HSL | 192º | 0.2% | 0.49% | - |
| HSV(B) | 192º | 0.33% | 0.59% | - |
| XYZ | 20.48 | 24.05 | 32.84 | - |
| YUV | 130.18 | 139.75 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 141 | 151 | 0.33 | 0.07 | 0 | 0.41 | 192 | 0.2 | 0.49 |
| Hex | 65 | 8D | 97 | 21 | 7 | 0 | 29 | C0 | 14 | 31 |
| Octal | 145 | 215 | 227 | 41 | 7 | 0 | 51 | 300 | 24 | 61 |
| Binary | 1100101 | 10001101 | 10010111 | 100001 | 111 | 0 | 101001 | 11000000 | 10100 | 110001 |
Color Harmonies of #658D97
Complementary color
Monochromatic Colors of #658D97
Black with #658D97
Text Example
Text Example
White with #658D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658D97; }
p { color: rgb(101,141,151); }
H1.HeaderClassName
{
color: #658D97;
}
.AnyTagClassName
{
color: #658D97;
}
</style>
background-color css
<style>
a { background-color: #658D97; }
a { background-color: rgb(101,141,151); }
div.DivClassName
{
background-color: #658D97;
}
.BgClassName
{
background-color: #658D97;
}
</style>
border-color css
<style>
span { border-color: #658D97; }
span { border-color: rgb(101,141,151); }
td.TdClassName
{
border-color: #658D97;
}
.TagClassName
{
border-color: #658D97;
}
</style>