Shades of Blue Stone #116C6D
Tints of Blue Stone #116C6D
RGB
CMYK
RGB Variations
Color information
#116C6D (or 0x116C6D) is known color: Blue Stone. HEX triplet: 11, 6C and 6D. RGB value is (17,108,109). Sum of RGB (Red+Green+Blue) = 17+108+109=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 108 (42.58% from 255 or 46.15% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #116C6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116C6D is #EE9392. Grayscale: #505050. Windows color (decimal): -15635347 or 7171089. OLE color: 7171089.
HSL color Cylindrical-coordinate representation of color #116C6D: hue angle of 180.65º 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 #116C6D is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 108 | 109 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.57 |
| HSL | 180.65º | 0.73% | 0.25% | - |
| HSV(B) | 180.65º | 0.84% | 0.43% | - |
| XYZ | 8.35 | 11.95 | 16.33 | - |
| YUV | 80.91 | 143.85 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 109 | 0.84 | 0.01 | 0 | 0.57 | 180.65 | 0.73 | 0.25 |
| Hex | 11 | 6C | 6D | 54 | 1 | 0 | 39 | B5 | 49 | 19 |
| Octal | 21 | 154 | 155 | 124 | 1 | 0 | 71 | 265 | 111 | 31 |
| Binary | 10001 | 1101100 | 1101101 | 1010100 | 1 | 0 | 111001 | 10110101 | 1001001 | 11001 |
Color Harmonies of #116C6D
Complementary color
Monochromatic Colors of #116C6D
Black with #116C6D
Text Example
Text Example
White with #116C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116C6D; }
p { color: rgb(17,108,109); }
H1.HeaderClassName
{
color: #116C6D;
}
.AnyTagClassName
{
color: #116C6D;
}
</style>
background-color css
<style>
a { background-color: #116C6D; }
a { background-color: rgb(17,108,109); }
div.DivClassName
{
background-color: #116C6D;
}
.BgClassName
{
background-color: #116C6D;
}
</style>
border-color css
<style>
span { border-color: #116C6D; }
span { border-color: rgb(17,108,109); }
td.TdClassName
{
border-color: #116C6D;
}
.TagClassName
{
border-color: #116C6D;
}
</style>