Shades of Blue Stone #116461
Tints of Blue Stone #116461
RGB
CMYK
RGB Variations
Color information
#116461 (or 0x116461) is known color: Blue Stone. HEX triplet: 11, 64 and 61. RGB value is (17,100,97). Sum of RGB (Red+Green+Blue) = 17+100+97=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 100 (39.45% from 255 or 46.73% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 100 - color contains mainly: green. Hex color #116461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116461 is #EE9B9E. Grayscale: #4A4A4A. Windows color (decimal): -15637407 or 6382609. OLE color: 6382609.
HSL color Cylindrical-coordinate representation of color #116461: hue angle of 177.83º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116461 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 100 | 97 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.61 |
| HSL | 177.83º | 0.71% | 0.23% | - |
| HSV(B) | 177.83º | 0.83% | 0.39% | - |
| XYZ | 6.95 | 10.1 | 12.89 | - |
| YUV | 74.84 | 140.5 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 100 | 97 | 0.83 | 0 | 0.03 | 0.61 | 177.83 | 0.71 | 0.23 |
| Hex | 11 | 64 | 61 | 53 | 0 | 3 | 3D | B2 | 47 | 17 |
| Octal | 21 | 144 | 141 | 123 | 0 | 3 | 75 | 262 | 107 | 27 |
| Binary | 10001 | 1100100 | 1100001 | 1010011 | 0 | 11 | 111101 | 10110010 | 1000111 | 10111 |
Color Harmonies of #116461
Complementary color
Monochromatic Colors of #116461
Black with #116461
Text Example
Text Example
White with #116461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116461; }
p { color: rgb(17,100,97); }
H1.HeaderClassName
{
color: #116461;
}
.AnyTagClassName
{
color: #116461;
}
</style>
background-color css
<style>
a { background-color: #116461; }
a { background-color: rgb(17,100,97); }
div.DivClassName
{
background-color: #116461;
}
.BgClassName
{
background-color: #116461;
}
</style>
border-color css
<style>
span { border-color: #116461; }
span { border-color: rgb(17,100,97); }
td.TdClassName
{
border-color: #116461;
}
.TagClassName
{
border-color: #116461;
}
</style>