Shades of Blue Stone #116655
Tints of Blue Stone #116655
RGB
CMYK
RGB Variations
Color information
#116655 (or 0x116655) is known color: Blue Stone. HEX triplet: 11, 66 and 55. RGB value is (17,102,85). Sum of RGB (Red+Green+Blue) = 17+102+85=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 102 (40.23% from 255 or 50% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 102 - color contains mainly: green. Hex color #116655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116655 is #EE99AA. Grayscale: #4A4A4A. Windows color (decimal): -15636907 or 5596689. OLE color: 5596689.
HSL color Cylindrical-coordinate representation of color #116655: hue angle of 168º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116655 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 17 | 102 | 85 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.6 |
| HSL | 168º | 0.71% | 0.23% | - |
| HSV(B) | 168º | 0.83% | 0.4% | - |
| XYZ | 6.62 | 10.28 | 10.23 | - |
| YUV | 74.65 | 133.84 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 102 | 85 | 0.83 | 0 | 0.17 | 0.6 | 168 | 0.71 | 0.23 |
| Hex | 11 | 66 | 55 | 53 | 0 | 11 | 3C | A8 | 47 | 17 |
| Octal | 21 | 146 | 125 | 123 | 0 | 21 | 74 | 250 | 107 | 27 |
| Binary | 10001 | 1100110 | 1010101 | 1010011 | 0 | 10001 | 111100 | 10101000 | 1000111 | 10111 |
Color Harmonies of #116655
Complementary color
Monochromatic Colors of #116655
Black with #116655
Text Example
Text Example
White with #116655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116655; }
p { color: rgb(17,102,85); }
H1.HeaderClassName
{
color: #116655;
}
.AnyTagClassName
{
color: #116655;
}
</style>
background-color css
<style>
a { background-color: #116655; }
a { background-color: rgb(17,102,85); }
div.DivClassName
{
background-color: #116655;
}
.BgClassName
{
background-color: #116655;
}
</style>
border-color css
<style>
span { border-color: #116655; }
span { border-color: rgb(17,102,85); }
td.TdClassName
{
border-color: #116655;
}
.TagClassName
{
border-color: #116655;
}
</style>