Shades of Blue Stone #116666
Tints of Blue Stone #116666
RGB
CMYK
RGB Variations
Color information
#116666 (or 0x116666) is known color: Blue Stone. HEX triplet: 11, 66 and 66. RGB value is (17,102,102). Sum of RGB (Red+Green+Blue) = 17+102+102=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #116666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116666 is #EE9999. Grayscale: #4C4C4C. Windows color (decimal): -15636890 or 6710801. OLE color: 6710801.
HSL color Cylindrical-coordinate representation of color #116666: hue angle of 180º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116666 is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 17 | 102 | 102 | - |
| CMYK | 0.83 | 0 | 0 | 0.6 |
| HSL | 180º | 0.71% | 0.23% | - |
| HSV(B) | 180º | 0.83% | 0.4% | - |
| XYZ | 7.38 | 10.58 | 14.22 | - |
| YUV | 76.59 | 142.34 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 102 | 102 | 0.83 | 0 | 0 | 0.6 | 180 | 0.71 | 0.23 |
| Hex | 11 | 66 | 66 | 53 | 0 | 0 | 3C | B4 | 47 | 17 |
| Octal | 21 | 146 | 146 | 123 | 0 | 0 | 74 | 264 | 107 | 27 |
| Binary | 10001 | 1100110 | 1100110 | 1010011 | 0 | 0 | 111100 | 10110100 | 1000111 | 10111 |
Color Harmonies of #116666
Complementary color
Monochromatic Colors of #116666
Black with #116666
Text Example
Text Example
White with #116666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116666; }
p { color: rgb(17,102,102); }
H1.HeaderClassName
{
color: #116666;
}
.AnyTagClassName
{
color: #116666;
}
</style>
background-color css
<style>
a { background-color: #116666; }
a { background-color: rgb(17,102,102); }
div.DivClassName
{
background-color: #116666;
}
.BgClassName
{
background-color: #116666;
}
</style>
border-color css
<style>
span { border-color: #116666; }
span { border-color: rgb(17,102,102); }
td.TdClassName
{
border-color: #116666;
}
.TagClassName
{
border-color: #116666;
}
</style>