Shades of Horizon #6A8A96
Tints of Horizon #6A8A96
RGB
CMYK
RGB Variations
Color information
#6A8A96 (or 0x6A8A96) is known color: Horizon. HEX triplet: 6A, 8A and 96. RGB value is (106,138,150). Sum of RGB (Red+Green+Blue) = 106+138+150=394 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.90% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 150 - color contains mainly: blue. Hex color #6A8A96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8A96 is #957569. Grayscale: #818181. Windows color (decimal): -9794922 or 9865834. OLE color: 9865834.
HSL color Cylindrical-coordinate representation of color #6A8A96: hue angle of 196.36º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A8A96 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 106 | 138 | 150 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.41 |
| HSL | 196.36º | 0.17% | 0.5% | - |
| HSV(B) | 196.36º | 0.29% | 0.59% | - |
| XYZ | 20.54 | 23.44 | 32.3 | - |
| YUV | 129.8 | 139.4 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 138 | 150 | 0.29 | 0.08 | 0 | 0.41 | 196.36 | 0.17 | 0.5 |
| Hex | 6A | 8A | 96 | 1D | 8 | 0 | 29 | C4 | 11 | 32 |
| Octal | 152 | 212 | 226 | 35 | 10 | 0 | 51 | 304 | 21 | 62 |
| Binary | 1101010 | 10001010 | 10010110 | 11101 | 1000 | 0 | 101001 | 11000100 | 10001 | 110010 |
Color Harmonies of #6A8A96
Complementary color
Monochromatic Colors of #6A8A96
Black with #6A8A96
Text Example
Text Example
White with #6A8A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8A96; }
p { color: rgb(106,138,150); }
H1.HeaderClassName
{
color: #6A8A96;
}
.AnyTagClassName
{
color: #6A8A96;
}
</style>
background-color css
<style>
a { background-color: #6A8A96; }
a { background-color: rgb(106,138,150); }
div.DivClassName
{
background-color: #6A8A96;
}
.BgClassName
{
background-color: #6A8A96;
}
</style>
border-color css
<style>
span { border-color: #6A8A96; }
span { border-color: rgb(106,138,150); }
td.TdClassName
{
border-color: #6A8A96;
}
.TagClassName
{
border-color: #6A8A96;
}
</style>