Shades of Blue Stone #11675E
Tints of Blue Stone #11675E
RGB
CMYK
RGB Variations
Color information
#11675E (or 0x11675E) is known color: Blue Stone. HEX triplet: 11, 67 and 5E. RGB value is (17,103,94). Sum of RGB (Red+Green+Blue) = 17+103+94=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 103 (40.62% from 255 or 48.13% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 103 - color contains mainly: green. Hex color #11675E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11675E is #EE98A1. Grayscale: #4C4C4C. Windows color (decimal): -15636642 or 6186769. OLE color: 6186769.
HSL color Cylindrical-coordinate representation of color #11675E: hue angle of 173.72º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11675E is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 103 | 94 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.60 |
| HSL | 173.72º | 0.72% | 0.24% | - |
| HSV(B) | 173.72º | 0.83% | 0.4% | - |
| XYZ | 7.1 | 10.63 | 12.27 | - |
| YUV | 76.26 | 138.01 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 103 | 94 | 0.83 | 0 | 0.09 | 0.60 | 173.72 | 0.72 | 0.24 |
| Hex | 11 | 67 | 5E | 53 | 0 | 9 | 3C | AE | 48 | 18 |
| Octal | 21 | 147 | 136 | 123 | 0 | 11 | 74 | 256 | 110 | 30 |
| Binary | 10001 | 1100111 | 1011110 | 1010011 | 0 | 1001 | 111100 | 10101110 | 1001000 | 11000 |
Color Harmonies of #11675E
Complementary color
Monochromatic Colors of #11675E
Black with #11675E
Text Example
Text Example
White with #11675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11675E; }
p { color: rgb(17,103,94); }
H1.HeaderClassName
{
color: #11675E;
}
.AnyTagClassName
{
color: #11675E;
}
</style>
background-color css
<style>
a { background-color: #11675E; }
a { background-color: rgb(17,103,94); }
div.DivClassName
{
background-color: #11675E;
}
.BgClassName
{
background-color: #11675E;
}
</style>
border-color css
<style>
span { border-color: #11675E; }
span { border-color: rgb(17,103,94); }
td.TdClassName
{
border-color: #11675E;
}
.TagClassName
{
border-color: #11675E;
}
</style>