Shades of Blue Stone #116D63
Tints of Blue Stone #116D63
RGB
CMYK
RGB Variations
Color information
#116D63 (or 0x116D63) is known color: Blue Stone. HEX triplet: 11, 6D and 63. RGB value is (17,109,99). Sum of RGB (Red+Green+Blue) = 17+109+99=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 109 - color contains mainly: green. Hex color #116D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116D63 is #EE929C. Grayscale: #505050. Windows color (decimal): -15635101 or 6515985. OLE color: 6515985.
HSL color Cylindrical-coordinate representation of color #116D63: hue angle of 173.48º 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 #116D63 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 109 | 99 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.57 |
| HSL | 173.48º | 0.73% | 0.25% | - |
| HSV(B) | 173.48º | 0.84% | 0.43% | - |
| XYZ | 7.95 | 11.96 | 13.69 | - |
| YUV | 80.35 | 138.52 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 99 | 0.84 | 0 | 0.09 | 0.57 | 173.48 | 0.73 | 0.25 |
| Hex | 11 | 6D | 63 | 54 | 0 | 9 | 39 | AD | 49 | 19 |
| Octal | 21 | 155 | 143 | 124 | 0 | 11 | 71 | 255 | 111 | 31 |
| Binary | 10001 | 1101101 | 1100011 | 1010100 | 0 | 1001 | 111001 | 10101101 | 1001001 | 11001 |
Color Harmonies of #116D63
Complementary color
Monochromatic Colors of #116D63
Black with #116D63
Text Example
Text Example
White with #116D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D63; }
p { color: rgb(17,109,99); }
H1.HeaderClassName
{
color: #116D63;
}
.AnyTagClassName
{
color: #116D63;
}
</style>
background-color css
<style>
a { background-color: #116D63; }
a { background-color: rgb(17,109,99); }
div.DivClassName
{
background-color: #116D63;
}
.BgClassName
{
background-color: #116D63;
}
</style>
border-color css
<style>
span { border-color: #116D63; }
span { border-color: rgb(17,109,99); }
td.TdClassName
{
border-color: #116D63;
}
.TagClassName
{
border-color: #116D63;
}
</style>