Shades of Blue Stone #11656A
Tints of Blue Stone #11656A
RGB
CMYK
RGB Variations
Color information
#11656A (or 0x11656A) is known color: Blue Stone. HEX triplet: 11, 65 and 6A. RGB value is (17,101,106). Sum of RGB (Red+Green+Blue) = 17+101+106=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 106 (41.80% from 255 or 47.32% from 224); Max value from RGB is 106 - color contains mainly: blue. Hex color #11656A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11656A is #EE9A95. Grayscale: #4C4C4C. Windows color (decimal): -15637142 or 6972689. OLE color: 6972689.
HSL color Cylindrical-coordinate representation of color #11656A: hue angle of 183.37º degrees, saturation: 0.72, 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 #11656A is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 101 | 106 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.58 |
| HSL | 183.37º | 0.72% | 0.24% | - |
| HSV(B) | 183.37º | 0.84% | 0.42% | - |
| XYZ | 7.49 | 10.47 | 15.26 | - |
| YUV | 76.45 | 144.67 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 106 | 0.84 | 0.05 | 0 | 0.58 | 183.37 | 0.72 | 0.24 |
| Hex | 11 | 65 | 6A | 54 | 5 | 0 | 3A | B7 | 48 | 18 |
| Octal | 21 | 145 | 152 | 124 | 5 | 0 | 72 | 267 | 110 | 30 |
| Binary | 10001 | 1100101 | 1101010 | 1010100 | 101 | 0 | 111010 | 10110111 | 1001000 | 11000 |
Color Harmonies of #11656A
Complementary color
Monochromatic Colors of #11656A
Black with #11656A
Text Example
Text Example
White with #11656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11656A; }
p { color: rgb(17,101,106); }
H1.HeaderClassName
{
color: #11656A;
}
.AnyTagClassName
{
color: #11656A;
}
</style>
background-color css
<style>
a { background-color: #11656A; }
a { background-color: rgb(17,101,106); }
div.DivClassName
{
background-color: #11656A;
}
.BgClassName
{
background-color: #11656A;
}
</style>
border-color css
<style>
span { border-color: #11656A; }
span { border-color: rgb(17,101,106); }
td.TdClassName
{
border-color: #11656A;
}
.TagClassName
{
border-color: #11656A;
}
</style>