Shades of Blue Stone #116F6A
Tints of Blue Stone #116F6A
RGB
CMYK
RGB Variations
Color information
#116F6A (or 0x116F6A) is known color: Blue Stone. HEX triplet: 11, 6F and 6A. RGB value is (17,111,106). Sum of RGB (Red+Green+Blue) = 17+111+106=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 111 - color contains mainly: green. Hex color #116F6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116F6A is #EE9095. Grayscale: #525252. Windows color (decimal): -15634582 or 6975249. OLE color: 6975249.
HSL color Cylindrical-coordinate representation of color #116F6A: hue angle of 176.81º 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 #116F6A is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 111 | 106 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.56 |
| HSL | 176.81º | 0.73% | 0.25% | - |
| HSV(B) | 176.81º | 0.85% | 0.44% | - |
| XYZ | 8.52 | 12.53 | 15.61 | - |
| YUV | 82.32 | 141.36 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 106 | 0.85 | 0 | 0.05 | 0.56 | 176.81 | 0.73 | 0.25 |
| Hex | 11 | 6F | 6A | 55 | 0 | 5 | 38 | B1 | 49 | 19 |
| Octal | 21 | 157 | 152 | 125 | 0 | 5 | 70 | 261 | 111 | 31 |
| Binary | 10001 | 1101111 | 1101010 | 1010101 | 0 | 101 | 111000 | 10110001 | 1001001 | 11001 |
Color Harmonies of #116F6A
Complementary color
Monochromatic Colors of #116F6A
Black with #116F6A
Text Example
Text Example
White with #116F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116F6A; }
p { color: rgb(17,111,106); }
H1.HeaderClassName
{
color: #116F6A;
}
.AnyTagClassName
{
color: #116F6A;
}
</style>
background-color css
<style>
a { background-color: #116F6A; }
a { background-color: rgb(17,111,106); }
div.DivClassName
{
background-color: #116F6A;
}
.BgClassName
{
background-color: #116F6A;
}
</style>
border-color css
<style>
span { border-color: #116F6A; }
span { border-color: rgb(17,111,106); }
td.TdClassName
{
border-color: #116F6A;
}
.TagClassName
{
border-color: #116F6A;
}
</style>