Shades of Blue Stone #116B6D
Tints of Blue Stone #116B6D
RGB
CMYK
RGB Variations
Color information
#116B6D (or 0x116B6D) is known color: Blue Stone. HEX triplet: 11, 6B and 6D. RGB value is (17,107,109). Sum of RGB (Red+Green+Blue) = 17+107+109=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 107 (42.19% from 255 or 45.92% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #116B6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116B6D is #EE9492. Grayscale: #505050. Windows color (decimal): -15635603 or 7170833. OLE color: 7170833.
HSL color Cylindrical-coordinate representation of color #116B6D: hue angle of 181.3º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116B6D is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 107 | 109 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.57 |
| HSL | 181.3º | 0.73% | 0.25% | - |
| HSV(B) | 181.3º | 0.84% | 0.43% | - |
| XYZ | 8.25 | 11.74 | 16.3 | - |
| YUV | 80.32 | 144.18 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 109 | 0.84 | 0.02 | 0 | 0.57 | 181.3 | 0.73 | 0.25 |
| Hex | 11 | 6B | 6D | 54 | 2 | 0 | 39 | B5 | 49 | 19 |
| Octal | 21 | 153 | 155 | 124 | 2 | 0 | 71 | 265 | 111 | 31 |
| Binary | 10001 | 1101011 | 1101101 | 1010100 | 10 | 0 | 111001 | 10110101 | 1001001 | 11001 |
Color Harmonies of #116B6D
Complementary color
Monochromatic Colors of #116B6D
Black with #116B6D
Text Example
Text Example
White with #116B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116B6D; }
p { color: rgb(17,107,109); }
H1.HeaderClassName
{
color: #116B6D;
}
.AnyTagClassName
{
color: #116B6D;
}
</style>
background-color css
<style>
a { background-color: #116B6D; }
a { background-color: rgb(17,107,109); }
div.DivClassName
{
background-color: #116B6D;
}
.BgClassName
{
background-color: #116B6D;
}
</style>
border-color css
<style>
span { border-color: #116B6D; }
span { border-color: rgb(17,107,109); }
td.TdClassName
{
border-color: #116B6D;
}
.TagClassName
{
border-color: #116B6D;
}
</style>