Shades of Blue Stone #11696C
Tints of Blue Stone #11696C
RGB
CMYK
RGB Variations
Color information
#11696C (or 0x11696C) is known color: Blue Stone. HEX triplet: 11, 69 and 6C. RGB value is (17,105,108). Sum of RGB (Red+Green+Blue) = 17+105+108=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #11696C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11696C is #EE9693. Grayscale: #4E4E4E. Windows color (decimal): -15636116 or 7104785. OLE color: 7104785.
HSL color Cylindrical-coordinate representation of color #11696C: hue angle of 181.98º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11696C is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 105 | 108 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.58 |
| HSL | 181.98º | 0.73% | 0.25% | - |
| HSV(B) | 181.98º | 0.84% | 0.42% | - |
| XYZ | 7.99 | 11.31 | 15.95 | - |
| YUV | 79.03 | 144.35 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 105 | 108 | 0.84 | 0.03 | 0 | 0.58 | 181.98 | 0.73 | 0.25 |
| Hex | 11 | 69 | 6C | 54 | 3 | 0 | 3A | B6 | 49 | 19 |
| Octal | 21 | 151 | 154 | 124 | 3 | 0 | 72 | 266 | 111 | 31 |
| Binary | 10001 | 1101001 | 1101100 | 1010100 | 11 | 0 | 111010 | 10110110 | 1001001 | 11001 |
Color Harmonies of #11696C
Complementary color
Monochromatic Colors of #11696C
Black with #11696C
Text Example
Text Example
White with #11696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11696C; }
p { color: rgb(17,105,108); }
H1.HeaderClassName
{
color: #11696C;
}
.AnyTagClassName
{
color: #11696C;
}
</style>
background-color css
<style>
a { background-color: #11696C; }
a { background-color: rgb(17,105,108); }
div.DivClassName
{
background-color: #11696C;
}
.BgClassName
{
background-color: #11696C;
}
</style>
border-color css
<style>
span { border-color: #11696C; }
span { border-color: rgb(17,105,108); }
td.TdClassName
{
border-color: #11696C;
}
.TagClassName
{
border-color: #11696C;
}
</style>