Shades of Blue Stone #11686B
Tints of Blue Stone #11686B
RGB
CMYK
RGB Variations
Color information
#11686B (or 0x11686B) is known color: Blue Stone. HEX triplet: 11, 68 and 6B. RGB value is (17,104,107). Sum of RGB (Red+Green+Blue) = 17+104+107=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #11686B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11686B is #EE9794. Grayscale: #4E4E4E. Windows color (decimal): -15636373 or 7038993. OLE color: 7038993.
HSL color Cylindrical-coordinate representation of color #11686B: hue angle of 182º 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 #11686B is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 104 | 107 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.58 |
| HSL | 182º | 0.73% | 0.24% | - |
| HSV(B) | 182º | 0.84% | 0.42% | - |
| XYZ | 7.84 | 11.08 | 15.64 | - |
| YUV | 78.33 | 144.18 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 104 | 107 | 0.84 | 0.03 | 0 | 0.58 | 182 | 0.73 | 0.24 |
| Hex | 11 | 68 | 6B | 54 | 3 | 0 | 3A | B6 | 49 | 18 |
| Octal | 21 | 150 | 153 | 124 | 3 | 0 | 72 | 266 | 111 | 30 |
| Binary | 10001 | 1101000 | 1101011 | 1010100 | 11 | 0 | 111010 | 10110110 | 1001001 | 11000 |
Color Harmonies of #11686B
Complementary color
Monochromatic Colors of #11686B
Black with #11686B
Text Example
Text Example
White with #11686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11686B; }
p { color: rgb(17,104,107); }
H1.HeaderClassName
{
color: #11686B;
}
.AnyTagClassName
{
color: #11686B;
}
</style>
background-color css
<style>
a { background-color: #11686B; }
a { background-color: rgb(17,104,107); }
div.DivClassName
{
background-color: #11686B;
}
.BgClassName
{
background-color: #11686B;
}
</style>
border-color css
<style>
span { border-color: #11686B; }
span { border-color: rgb(17,104,107); }
td.TdClassName
{
border-color: #11686B;
}
.TagClassName
{
border-color: #11686B;
}
</style>