Shades of Horizon #658A93
Tints of Horizon #658A93
RGB
CMYK
RGB Variations
Color information
#658A93 (or 0x658A93) is known color: Horizon. HEX triplet: 65, 8A and 93. RGB value is (101,138,147). Sum of RGB (Red+Green+Blue) = 101+138+147=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 147 - color contains mainly: blue. Hex color #658A93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658A93 is #9A756C. Grayscale: #7F7F7F. Windows color (decimal): -10122605 or 9669221. OLE color: 9669221.
HSL color Cylindrical-coordinate representation of color #658A93: hue angle of 191.74º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #658A93 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 138 | 147 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.42 |
| HSL | 191.74º | 0.19% | 0.49% | - |
| HSV(B) | 191.74º | 0.31% | 0.58% | - |
| XYZ | 19.72 | 23.05 | 31.01 | - |
| YUV | 127.96 | 138.74 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 138 | 147 | 0.31 | 0.06 | 0 | 0.42 | 191.74 | 0.19 | 0.49 |
| Hex | 65 | 8A | 93 | 1F | 6 | 0 | 2A | C0 | 13 | 31 |
| Octal | 145 | 212 | 223 | 37 | 6 | 0 | 52 | 300 | 23 | 61 |
| Binary | 1100101 | 10001010 | 10010011 | 11111 | 110 | 0 | 101010 | 11000000 | 10011 | 110001 |
Color Harmonies of #658A93
Complementary color
Monochromatic Colors of #658A93
Black with #658A93
Text Example
Text Example
White with #658A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658A93; }
p { color: rgb(101,138,147); }
H1.HeaderClassName
{
color: #658A93;
}
.AnyTagClassName
{
color: #658A93;
}
</style>
background-color css
<style>
a { background-color: #658A93; }
a { background-color: rgb(101,138,147); }
div.DivClassName
{
background-color: #658A93;
}
.BgClassName
{
background-color: #658A93;
}
</style>
border-color css
<style>
span { border-color: #658A93; }
span { border-color: rgb(101,138,147); }
td.TdClassName
{
border-color: #658A93;
}
.TagClassName
{
border-color: #658A93;
}
</style>