Shades of Blue Stone #116F62
Tints of Blue Stone #116F62
RGB
CMYK
RGB Variations
Color information
#116F62 (or 0x116F62) is known color: Blue Stone. HEX triplet: 11, 6F and 62. RGB value is (17,111,98). Sum of RGB (Red+Green+Blue) = 17+111+98=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 111 - color contains mainly: green. Hex color #116F62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116F62 is #EE909D. Grayscale: #515151. Windows color (decimal): -15634590 or 6450961. OLE color: 6450961.
HSL color Cylindrical-coordinate representation of color #116F62: hue angle of 171.7º 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 #116F62 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 111 | 98 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.56 |
| HSL | 171.7º | 0.73% | 0.25% | - |
| HSV(B) | 171.7º | 0.85% | 0.44% | - |
| XYZ | 8.12 | 12.37 | 13.51 | - |
| YUV | 81.41 | 137.36 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 98 | 0.85 | 0 | 0.12 | 0.56 | 171.7 | 0.73 | 0.25 |
| Hex | 11 | 6F | 62 | 55 | 0 | C | 38 | AC | 49 | 19 |
| Octal | 21 | 157 | 142 | 125 | 0 | 14 | 70 | 254 | 111 | 31 |
| Binary | 10001 | 1101111 | 1100010 | 1010101 | 0 | 1100 | 111000 | 10101100 | 1001001 | 11001 |
Color Harmonies of #116F62
Complementary color
Monochromatic Colors of #116F62
Black with #116F62
Text Example
Text Example
White with #116F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116F62; }
p { color: rgb(17,111,98); }
H1.HeaderClassName
{
color: #116F62;
}
.AnyTagClassName
{
color: #116F62;
}
</style>
background-color css
<style>
a { background-color: #116F62; }
a { background-color: rgb(17,111,98); }
div.DivClassName
{
background-color: #116F62;
}
.BgClassName
{
background-color: #116F62;
}
</style>
border-color css
<style>
span { border-color: #116F62; }
span { border-color: rgb(17,111,98); }
td.TdClassName
{
border-color: #116F62;
}
.TagClassName
{
border-color: #116F62;
}
</style>