Shades of Blue Stone #11676B
Tints of Blue Stone #11676B
RGB
CMYK
RGB Variations
Color information
#11676B (or 0x11676B) is known color: Blue Stone. HEX triplet: 11, 67 and 6B. RGB value is (17,103,107). Sum of RGB (Red+Green+Blue) = 17+103+107=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #11676B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11676B is #EE9894. Grayscale: #4D4D4D. Windows color (decimal): -15636629 or 7038737. OLE color: 7038737.
HSL color Cylindrical-coordinate representation of color #11676B: hue angle of 182.67º 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 #11676B is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 103 | 107 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.58 |
| HSL | 182.67º | 0.73% | 0.24% | - |
| HSV(B) | 182.67º | 0.84% | 0.42% | - |
| XYZ | 7.74 | 10.88 | 15.6 | - |
| YUV | 77.74 | 144.51 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 103 | 107 | 0.84 | 0.04 | 0 | 0.58 | 182.67 | 0.73 | 0.24 |
| Hex | 11 | 67 | 6B | 54 | 4 | 0 | 3A | B7 | 49 | 18 |
| Octal | 21 | 147 | 153 | 124 | 4 | 0 | 72 | 267 | 111 | 30 |
| Binary | 10001 | 1100111 | 1101011 | 1010100 | 100 | 0 | 111010 | 10110111 | 1001001 | 11000 |
Color Harmonies of #11676B
Complementary color
Monochromatic Colors of #11676B
Black with #11676B
Text Example
Text Example
White with #11676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11676B; }
p { color: rgb(17,103,107); }
H1.HeaderClassName
{
color: #11676B;
}
.AnyTagClassName
{
color: #11676B;
}
</style>
background-color css
<style>
a { background-color: #11676B; }
a { background-color: rgb(17,103,107); }
div.DivClassName
{
background-color: #11676B;
}
.BgClassName
{
background-color: #11676B;
}
</style>
border-color css
<style>
span { border-color: #11676B; }
span { border-color: rgb(17,103,107); }
td.TdClassName
{
border-color: #11676B;
}
.TagClassName
{
border-color: #11676B;
}
</style>