Shades of Blue Stone #116A6F
Tints of Blue Stone #116A6F
RGB
CMYK
RGB Variations
Color information
#116A6F (or 0x116A6F) is known color: Blue Stone. HEX triplet: 11, 6A and 6F. RGB value is (17,106,111). Sum of RGB (Red+Green+Blue) = 17+106+111=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 111 - color contains mainly: blue. Hex color #116A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116A6F is #EE9590. Grayscale: #4F4F4F. Windows color (decimal): -15635857 or 7301649. OLE color: 7301649.
HSL color Cylindrical-coordinate representation of color #116A6F: hue angle of 183.19º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116A6F is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 106 | 111 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.56 |
| HSL | 183.19º | 0.73% | 0.25% | - |
| HSV(B) | 183.19º | 0.85% | 0.44% | - |
| XYZ | 8.25 | 11.57 | 16.84 | - |
| YUV | 79.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 111 | 0.85 | 0.05 | 0 | 0.56 | 183.19 | 0.73 | 0.25 |
| Hex | 11 | 6A | 6F | 55 | 5 | 0 | 38 | B7 | 49 | 19 |
| Octal | 21 | 152 | 157 | 125 | 5 | 0 | 70 | 267 | 111 | 31 |
| Binary | 10001 | 1101010 | 1101111 | 1010101 | 101 | 0 | 111000 | 10110111 | 1001001 | 11001 |
Color Harmonies of #116A6F
Complementary color
Monochromatic Colors of #116A6F
Black with #116A6F
Text Example
Text Example
White with #116A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116A6F; }
p { color: rgb(17,106,111); }
H1.HeaderClassName
{
color: #116A6F;
}
.AnyTagClassName
{
color: #116A6F;
}
</style>
background-color css
<style>
a { background-color: #116A6F; }
a { background-color: rgb(17,106,111); }
div.DivClassName
{
background-color: #116A6F;
}
.BgClassName
{
background-color: #116A6F;
}
</style>
border-color css
<style>
span { border-color: #116A6F; }
span { border-color: rgb(17,106,111); }
td.TdClassName
{
border-color: #116A6F;
}
.TagClassName
{
border-color: #116A6F;
}
</style>