Shades of Horizon #658398
Tints of Horizon #658398
RGB
CMYK
RGB Variations
Color information
#658398 (or 0x658398) is known color: Horizon. HEX triplet: 65, 83 and 98. RGB value is (101,131,152). Sum of RGB (Red+Green+Blue) = 101+131+152=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 152 - color contains mainly: blue. Hex color #658398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658398 is #9A7C67. Grayscale: #7C7C7C. Windows color (decimal): -10124392 or 9995109. OLE color: 9995109.
HSL color Cylindrical-coordinate representation of color #658398: hue angle of 204.71º 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 #658398 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 131 | 152 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.40 |
| HSL | 204.71º | 0.2% | 0.5% | - |
| HSV(B) | 204.71º | 0.34% | 0.6% | - |
| XYZ | 19.15 | 21.27 | 32.8 | - |
| YUV | 124.42 | 143.56 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 131 | 152 | 0.34 | 0.14 | 0 | 0.40 | 204.71 | 0.2 | 0.5 |
| Hex | 65 | 83 | 98 | 22 | E | 0 | 28 | CD | 14 | 32 |
| Octal | 145 | 203 | 230 | 42 | 16 | 0 | 50 | 315 | 24 | 62 |
| Binary | 1100101 | 10000011 | 10011000 | 100010 | 1110 | 0 | 101000 | 11001101 | 10100 | 110010 |
Color Harmonies of #658398
Complementary color
Monochromatic Colors of #658398
Black with #658398
Text Example
Text Example
White with #658398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658398; }
p { color: rgb(101,131,152); }
H1.HeaderClassName
{
color: #658398;
}
.AnyTagClassName
{
color: #658398;
}
</style>
background-color css
<style>
a { background-color: #658398; }
a { background-color: rgb(101,131,152); }
div.DivClassName
{
background-color: #658398;
}
.BgClassName
{
background-color: #658398;
}
</style>
border-color css
<style>
span { border-color: #658398; }
span { border-color: rgb(101,131,152); }
td.TdClassName
{
border-color: #658398;
}
.TagClassName
{
border-color: #658398;
}
</style>