Shades of Blue Stone #116B64
Tints of Blue Stone #116B64
RGB
CMYK
RGB Variations
Color information
#116B64 (or 0x116B64) is known color: Blue Stone. HEX triplet: 11, 6B and 64. RGB value is (17,107,100). Sum of RGB (Red+Green+Blue) = 17+107+100=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 107 (42.19% from 255 or 47.77% from 224); Blue value is 100 (39.45% from 255 or 44.64% from 224); Max value from RGB is 107 - color contains mainly: green. Hex color #116B64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116B64 is #EE949B. Grayscale: #4F4F4F. Windows color (decimal): -15635612 or 6581009. OLE color: 6581009.
HSL color Cylindrical-coordinate representation of color #116B64: hue angle of 175.33º degrees, saturation: 0.73, 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 #116B64 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 107 | 100 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.58 |
| HSL | 175.33º | 0.73% | 0.24% | - |
| HSV(B) | 175.33º | 0.84% | 0.42% | - |
| XYZ | 7.79 | 11.55 | 13.88 | - |
| YUV | 79.29 | 139.68 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 100 | 0.84 | 0 | 0.07 | 0.58 | 175.33 | 0.73 | 0.24 |
| Hex | 11 | 6B | 64 | 54 | 0 | 7 | 3A | AF | 49 | 18 |
| Octal | 21 | 153 | 144 | 124 | 0 | 7 | 72 | 257 | 111 | 30 |
| Binary | 10001 | 1101011 | 1100100 | 1010100 | 0 | 111 | 111010 | 10101111 | 1001001 | 11000 |
Color Harmonies of #116B64
Complementary color
Monochromatic Colors of #116B64
Black with #116B64
Text Example
Text Example
White with #116B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116B64; }
p { color: rgb(17,107,100); }
H1.HeaderClassName
{
color: #116B64;
}
.AnyTagClassName
{
color: #116B64;
}
</style>
background-color css
<style>
a { background-color: #116B64; }
a { background-color: rgb(17,107,100); }
div.DivClassName
{
background-color: #116B64;
}
.BgClassName
{
background-color: #116B64;
}
</style>
border-color css
<style>
span { border-color: #116B64; }
span { border-color: rgb(17,107,100); }
td.TdClassName
{
border-color: #116B64;
}
.TagClassName
{
border-color: #116B64;
}
</style>