Shades of Blue Stone #116E6C
Tints of Blue Stone #116E6C
RGB
CMYK
RGB Variations
Color information
#116E6C (or 0x116E6C) is known color: Blue Stone. HEX triplet: 11, 6E and 6C. RGB value is (17,110,108). Sum of RGB (Red+Green+Blue) = 17+110+108=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 110 (43.36% from 255 or 46.81% from 235); Blue value is 108 (42.58% from 255 or 45.96% from 235); Max value from RGB is 110 - color contains mainly: green. Hex color #116E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116E6C is #EE9193. Grayscale: #515151. Windows color (decimal): -15634836 or 7106065. OLE color: 7106065.
HSL color Cylindrical-coordinate representation of color #116E6C: hue angle of 178.71º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116E6C is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 110 | 108 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.57 |
| HSL | 178.71º | 0.73% | 0.25% | - |
| HSV(B) | 178.71º | 0.85% | 0.43% | - |
| XYZ | 8.51 | 12.35 | 16.12 | - |
| YUV | 81.97 | 142.69 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 108 | 0.85 | 0 | 0.02 | 0.57 | 178.71 | 0.73 | 0.25 |
| Hex | 11 | 6E | 6C | 55 | 0 | 2 | 39 | B3 | 49 | 19 |
| Octal | 21 | 156 | 154 | 125 | 0 | 2 | 71 | 263 | 111 | 31 |
| Binary | 10001 | 1101110 | 1101100 | 1010101 | 0 | 10 | 111001 | 10110011 | 1001001 | 11001 |
Color Harmonies of #116E6C
Complementary color
Monochromatic Colors of #116E6C
Black with #116E6C
Text Example
Text Example
White with #116E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116E6C; }
p { color: rgb(17,110,108); }
H1.HeaderClassName
{
color: #116E6C;
}
.AnyTagClassName
{
color: #116E6C;
}
</style>
background-color css
<style>
a { background-color: #116E6C; }
a { background-color: rgb(17,110,108); }
div.DivClassName
{
background-color: #116E6C;
}
.BgClassName
{
background-color: #116E6C;
}
</style>
border-color css
<style>
span { border-color: #116E6C; }
span { border-color: rgb(17,110,108); }
td.TdClassName
{
border-color: #116E6C;
}
.TagClassName
{
border-color: #116E6C;
}
</style>