Shades of Horizon #6895A0
Tints of Horizon #6895A0
RGB
CMYK
RGB Variations
Color information
#6895A0 (or 0x6895A0) is known color: Horizon. HEX triplet: 68, 95 and A0. RGB value is (104,149,160). Sum of RGB (Red+Green+Blue) = 104+149+160=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 160 - color contains mainly: blue. Hex color #6895A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6895A0 is #976A5F. Grayscale: #888888. Windows color (decimal): -9923168 or 10524008. OLE color: 10524008.
HSL color Cylindrical-coordinate representation of color #6895A0: hue angle of 191.79º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6895A0 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 149 | 160 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.37 |
| HSL | 191.79º | 0.23% | 0.52% | - |
| HSV(B) | 191.79º | 0.35% | 0.63% | - |
| XYZ | 22.8 | 26.98 | 37.26 | - |
| YUV | 136.8 | 141.09 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 160 | 0.35 | 0.07 | 0 | 0.37 | 191.79 | 0.23 | 0.52 |
| Hex | 68 | 95 | A0 | 23 | 7 | 0 | 25 | C0 | 17 | 34 |
| Octal | 150 | 225 | 240 | 43 | 7 | 0 | 45 | 300 | 27 | 64 |
| Binary | 1101000 | 10010101 | 10100000 | 100011 | 111 | 0 | 100101 | 11000000 | 10111 | 110100 |
Color Harmonies of #6895A0
Complementary color
Monochromatic Colors of #6895A0
Black with #6895A0
Text Example
Text Example
White with #6895A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6895A0; }
p { color: rgb(104,149,160); }
H1.HeaderClassName
{
color: #6895A0;
}
.AnyTagClassName
{
color: #6895A0;
}
</style>
background-color css
<style>
a { background-color: #6895A0; }
a { background-color: rgb(104,149,160); }
div.DivClassName
{
background-color: #6895A0;
}
.BgClassName
{
background-color: #6895A0;
}
</style>
border-color css
<style>
span { border-color: #6895A0; }
span { border-color: rgb(104,149,160); }
td.TdClassName
{
border-color: #6895A0;
}
.TagClassName
{
border-color: #6895A0;
}
</style>