Shades of Blue Stone #11685D
Tints of Blue Stone #11685D
RGB
CMYK
RGB Variations
Color information
#11685D (or 0x11685D) is known color: Blue Stone. HEX triplet: 11, 68 and 5D. RGB value is (17,104,93). Sum of RGB (Red+Green+Blue) = 17+104+93=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 104 - color contains mainly: green. Hex color #11685D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11685D is #EE97A2. Grayscale: #4C4C4C. Windows color (decimal): -15636387 or 6121489. OLE color: 6121489.
HSL color Cylindrical-coordinate representation of color #11685D: hue angle of 172.41º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11685D is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 104 | 93 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.59 |
| HSL | 172.41º | 0.72% | 0.24% | - |
| HSV(B) | 172.41º | 0.84% | 0.41% | - |
| XYZ | 7.16 | 10.81 | 12.07 | - |
| YUV | 76.73 | 137.18 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 104 | 93 | 0.84 | 0 | 0.11 | 0.59 | 172.41 | 0.72 | 0.24 |
| Hex | 11 | 68 | 5D | 54 | 0 | B | 3B | AC | 48 | 18 |
| Octal | 21 | 150 | 135 | 124 | 0 | 13 | 73 | 254 | 110 | 30 |
| Binary | 10001 | 1101000 | 1011101 | 1010100 | 0 | 1011 | 111011 | 10101100 | 1001000 | 11000 |
Color Harmonies of #11685D
Complementary color
Monochromatic Colors of #11685D
Black with #11685D
Text Example
Text Example
White with #11685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11685D; }
p { color: rgb(17,104,93); }
H1.HeaderClassName
{
color: #11685D;
}
.AnyTagClassName
{
color: #11685D;
}
</style>
background-color css
<style>
a { background-color: #11685D; }
a { background-color: rgb(17,104,93); }
div.DivClassName
{
background-color: #11685D;
}
.BgClassName
{
background-color: #11685D;
}
</style>
border-color css
<style>
span { border-color: #11685D; }
span { border-color: rgb(17,104,93); }
td.TdClassName
{
border-color: #11685D;
}
.TagClassName
{
border-color: #11685D;
}
</style>