Shades of Blue Stone #116A69
Tints of Blue Stone #116A69
RGB
CMYK
RGB Variations
Color information
#116A69 (or 0x116A69) is known color: Blue Stone. HEX triplet: 11, 6A and 69. RGB value is (17,106,105). Sum of RGB (Red+Green+Blue) = 17+106+105=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 106 (41.80% from 255 or 46.49% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 106 - color contains mainly: green. Hex color #116A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116A69 is #EE9596. Grayscale: #4F4F4F. Windows color (decimal): -15635863 or 6908433. OLE color: 6908433.
HSL color Cylindrical-coordinate representation of color #116A69: hue angle of 179.33º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116A69 is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 106 | 105 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.58 |
| HSL | 179.33º | 0.72% | 0.24% | - |
| HSV(B) | 179.33º | 0.84% | 0.42% | - |
| XYZ | 7.94 | 11.45 | 15.16 | - |
| YUV | 79.28 | 142.51 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 105 | 0.84 | 0 | 0.01 | 0.58 | 179.33 | 0.72 | 0.24 |
| Hex | 11 | 6A | 69 | 54 | 0 | 1 | 3A | B3 | 48 | 18 |
| Octal | 21 | 152 | 151 | 124 | 0 | 1 | 72 | 263 | 110 | 30 |
| Binary | 10001 | 1101010 | 1101001 | 1010100 | 0 | 1 | 111010 | 10110011 | 1001000 | 11000 |
Color Harmonies of #116A69
Complementary color
Monochromatic Colors of #116A69
Black with #116A69
Text Example
Text Example
White with #116A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116A69; }
p { color: rgb(17,106,105); }
H1.HeaderClassName
{
color: #116A69;
}
.AnyTagClassName
{
color: #116A69;
}
</style>
background-color css
<style>
a { background-color: #116A69; }
a { background-color: rgb(17,106,105); }
div.DivClassName
{
background-color: #116A69;
}
.BgClassName
{
background-color: #116A69;
}
</style>
border-color css
<style>
span { border-color: #116A69; }
span { border-color: rgb(17,106,105); }
td.TdClassName
{
border-color: #116A69;
}
.TagClassName
{
border-color: #116A69;
}
</style>