Shades of Blue Stone #11615C
Tints of Blue Stone #11615C
RGB
CMYK
RGB Variations
Color information
#11615C (or 0x11615C) is known color: Blue Stone. HEX triplet: 11, 61 and 5C. RGB value is (17,97,92). Sum of RGB (Red+Green+Blue) = 17+97+92=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 97 - color contains mainly: green. Hex color #11615C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11615C is #EE9EA3. Grayscale: #484848. Windows color (decimal): -15638180 or 6054161. OLE color: 6054161.
HSL color Cylindrical-coordinate representation of color #11615C: hue angle of 176.25º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11615C is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 97 | 92 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.62 |
| HSL | 176.25º | 0.7% | 0.22% | - |
| HSV(B) | 176.25º | 0.82% | 0.38% | - |
| XYZ | 6.44 | 9.44 | 11.61 | - |
| YUV | 72.51 | 139 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 92 | 0.82 | 0 | 0.05 | 0.62 | 176.25 | 0.7 | 0.22 |
| Hex | 11 | 61 | 5C | 52 | 0 | 5 | 3E | B0 | 46 | 16 |
| Octal | 21 | 141 | 134 | 122 | 0 | 5 | 76 | 260 | 106 | 26 |
| Binary | 10001 | 1100001 | 1011100 | 1010010 | 0 | 101 | 111110 | 10110000 | 1000110 | 10110 |
Color Harmonies of #11615C
Complementary color
Monochromatic Colors of #11615C
Black with #11615C
Text Example
Text Example
White with #11615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11615C; }
p { color: rgb(17,97,92); }
H1.HeaderClassName
{
color: #11615C;
}
.AnyTagClassName
{
color: #11615C;
}
</style>
background-color css
<style>
a { background-color: #11615C; }
a { background-color: rgb(17,97,92); }
div.DivClassName
{
background-color: #11615C;
}
.BgClassName
{
background-color: #11615C;
}
</style>
border-color css
<style>
span { border-color: #11615C; }
span { border-color: rgb(17,97,92); }
td.TdClassName
{
border-color: #11615C;
}
.TagClassName
{
border-color: #11615C;
}
</style>