Shades of Blue Stone #11695A
Tints of Blue Stone #11695A
RGB
CMYK
RGB Variations
Color information
#11695A (or 0x11695A) is known color: Blue Stone. HEX triplet: 11, 69 and 5A. RGB value is (17,105,90). Sum of RGB (Red+Green+Blue) = 17+105+90=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #11695A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11695A is #EE96A5. Grayscale: #4C4C4C. Windows color (decimal): -15636134 or 5925137. OLE color: 5925137.
HSL color Cylindrical-coordinate representation of color #11695A: hue angle of 169.77º 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 #11695A is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 105 | 90 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.59 |
| HSL | 169.77º | 0.72% | 0.24% | - |
| HSV(B) | 169.77º | 0.84% | 0.41% | - |
| XYZ | 7.13 | 10.96 | 11.41 | - |
| YUV | 76.98 | 135.35 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 105 | 90 | 0.84 | 0 | 0.14 | 0.59 | 169.77 | 0.72 | 0.24 |
| Hex | 11 | 69 | 5A | 54 | 0 | E | 3B | AA | 48 | 18 |
| Octal | 21 | 151 | 132 | 124 | 0 | 16 | 73 | 252 | 110 | 30 |
| Binary | 10001 | 1101001 | 1011010 | 1010100 | 0 | 1110 | 111011 | 10101010 | 1001000 | 11000 |
Color Harmonies of #11695A
Complementary color
Monochromatic Colors of #11695A
Black with #11695A
Text Example
Text Example
White with #11695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11695A; }
p { color: rgb(17,105,90); }
H1.HeaderClassName
{
color: #11695A;
}
.AnyTagClassName
{
color: #11695A;
}
</style>
background-color css
<style>
a { background-color: #11695A; }
a { background-color: rgb(17,105,90); }
div.DivClassName
{
background-color: #11695A;
}
.BgClassName
{
background-color: #11695A;
}
</style>
border-color css
<style>
span { border-color: #11695A; }
span { border-color: rgb(17,105,90); }
td.TdClassName
{
border-color: #11695A;
}
.TagClassName
{
border-color: #11695A;
}
</style>