Shades of Horizon #658699
Tints of Horizon #658699
RGB
CMYK
RGB Variations
Color information
#658699 (or 0x658699) is known color: Horizon. HEX triplet: 65, 86 and 99. RGB value is (101,134,153). Sum of RGB (Red+Green+Blue) = 101+134+153=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 153 - color contains mainly: blue. Hex color #658699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658699 is #9A7966. Grayscale: #7E7E7E. Windows color (decimal): -10123623 or 10061413. OLE color: 10061413.
HSL color Cylindrical-coordinate representation of color #658699: hue angle of 201.92º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #658699 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 134 | 153 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.4 |
| HSL | 201.92º | 0.2% | 0.5% | - |
| HSV(B) | 201.92º | 0.34% | 0.6% | - |
| XYZ | 19.64 | 22.12 | 33.37 | - |
| YUV | 126.3 | 143.07 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 134 | 153 | 0.34 | 0.12 | 0 | 0.4 | 201.92 | 0.2 | 0.5 |
| Hex | 65 | 86 | 99 | 22 | C | 0 | 28 | CA | 14 | 32 |
| Octal | 145 | 206 | 231 | 42 | 14 | 0 | 50 | 312 | 24 | 62 |
| Binary | 1100101 | 10000110 | 10011001 | 100010 | 1100 | 0 | 101000 | 11001010 | 10100 | 110010 |
Color Harmonies of #658699
Complementary color
Monochromatic Colors of #658699
Black with #658699
Text Example
Text Example
White with #658699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658699; }
p { color: rgb(101,134,153); }
H1.HeaderClassName
{
color: #658699;
}
.AnyTagClassName
{
color: #658699;
}
</style>
background-color css
<style>
a { background-color: #658699; }
a { background-color: rgb(101,134,153); }
div.DivClassName
{
background-color: #658699;
}
.BgClassName
{
background-color: #658699;
}
</style>
border-color css
<style>
span { border-color: #658699; }
span { border-color: rgb(101,134,153); }
td.TdClassName
{
border-color: #658699;
}
.TagClassName
{
border-color: #658699;
}
</style>