Shades of Horizon #6B8B96
Tints of Horizon #6B8B96
RGB
CMYK
RGB Variations
Color information
#6B8B96 (or 0x6B8B96) is known color: Horizon. HEX triplet: 6B, 8B and 96. RGB value is (107,139,150). Sum of RGB (Red+Green+Blue) = 107+139+150=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 150 - color contains mainly: blue. Hex color #6B8B96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8B96 is #947469. Grayscale: #828282. Windows color (decimal): -9729130 or 9866091. OLE color: 9866091.
HSL color Cylindrical-coordinate representation of color #6B8B96: hue angle of 195.35º 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 #6B8B96 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 139 | 150 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.41 |
| HSL | 195.35º | 0.17% | 0.5% | - |
| HSV(B) | 195.35º | 0.29% | 0.59% | - |
| XYZ | 20.8 | 23.79 | 32.35 | - |
| YUV | 130.69 | 138.9 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 139 | 150 | 0.29 | 0.07 | 0 | 0.41 | 195.35 | 0.17 | 0.5 |
| Hex | 6B | 8B | 96 | 1D | 7 | 0 | 29 | C3 | 11 | 32 |
| Octal | 153 | 213 | 226 | 35 | 7 | 0 | 51 | 303 | 21 | 62 |
| Binary | 1101011 | 10001011 | 10010110 | 11101 | 111 | 0 | 101001 | 11000011 | 10001 | 110010 |
Color Harmonies of #6B8B96
Complementary color
Monochromatic Colors of #6B8B96
Black with #6B8B96
Text Example
Text Example
White with #6B8B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8B96; }
p { color: rgb(107,139,150); }
H1.HeaderClassName
{
color: #6B8B96;
}
.AnyTagClassName
{
color: #6B8B96;
}
</style>
background-color css
<style>
a { background-color: #6B8B96; }
a { background-color: rgb(107,139,150); }
div.DivClassName
{
background-color: #6B8B96;
}
.BgClassName
{
background-color: #6B8B96;
}
</style>
border-color css
<style>
span { border-color: #6B8B96; }
span { border-color: rgb(107,139,150); }
td.TdClassName
{
border-color: #6B8B96;
}
.TagClassName
{
border-color: #6B8B96;
}
</style>