Shades of Blue Stone #116B6E
Tints of Blue Stone #116B6E
RGB
CMYK
RGB Variations
Color information
#116B6E (or 0x116B6E) is known color: Blue Stone. HEX triplet: 11, 6B and 6E. RGB value is (17,107,110). Sum of RGB (Red+Green+Blue) = 17+107+110=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 110 - color contains mainly: blue. Hex color #116B6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116B6E is #EE9491. Grayscale: #505050. Windows color (decimal): -15635602 or 7236369. OLE color: 7236369.
HSL color Cylindrical-coordinate representation of color #116B6E: hue angle of 181.94º 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 #116B6E is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 107 | 110 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.57 |
| HSL | 181.94º | 0.73% | 0.25% | - |
| HSV(B) | 181.94º | 0.85% | 0.43% | - |
| XYZ | 8.3 | 11.76 | 16.58 | - |
| YUV | 80.43 | 144.68 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 110 | 0.85 | 0.03 | 0 | 0.57 | 181.94 | 0.73 | 0.25 |
| Hex | 11 | 6B | 6E | 55 | 3 | 0 | 39 | B6 | 49 | 19 |
| Octal | 21 | 153 | 156 | 125 | 3 | 0 | 71 | 266 | 111 | 31 |
| Binary | 10001 | 1101011 | 1101110 | 1010101 | 11 | 0 | 111001 | 10110110 | 1001001 | 11001 |
Color Harmonies of #116B6E
Complementary color
Monochromatic Colors of #116B6E
Black with #116B6E
Text Example
Text Example
White with #116B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116B6E; }
p { color: rgb(17,107,110); }
H1.HeaderClassName
{
color: #116B6E;
}
.AnyTagClassName
{
color: #116B6E;
}
</style>
background-color css
<style>
a { background-color: #116B6E; }
a { background-color: rgb(17,107,110); }
div.DivClassName
{
background-color: #116B6E;
}
.BgClassName
{
background-color: #116B6E;
}
</style>
border-color css
<style>
span { border-color: #116B6E; }
span { border-color: rgb(17,107,110); }
td.TdClassName
{
border-color: #116B6E;
}
.TagClassName
{
border-color: #116B6E;
}
</style>