Shades of Blue Stone #16615D
Tints of Blue Stone #16615D
RGB
CMYK
RGB Variations
Color information
#16615D (or 0x16615D) is known color: Blue Stone. HEX triplet: 16, 61 and 5D. RGB value is (22,97,93). Sum of RGB (Red+Green+Blue) = 22+97+93=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 97 - color contains mainly: green. Hex color #16615D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16615D is #E99EA2. Grayscale: #4A4A4A. Windows color (decimal): -15310499 or 6119702. OLE color: 6119702.
HSL color Cylindrical-coordinate representation of color #16615D: hue angle of 176.8º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16615D is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 97 | 93 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.62 |
| HSL | 176.8º | 0.63% | 0.23% | - |
| HSV(B) | 176.8º | 0.77% | 0.38% | - |
| XYZ | 6.58 | 9.51 | 11.84 | - |
| YUV | 74.12 | 138.65 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 97 | 93 | 0.77 | 0 | 0.04 | 0.62 | 176.8 | 0.63 | 0.23 |
| Hex | 16 | 61 | 5D | 4D | 0 | 4 | 3E | B1 | 3F | 17 |
| Octal | 26 | 141 | 135 | 115 | 0 | 4 | 76 | 261 | 77 | 27 |
| Binary | 10110 | 1100001 | 1011101 | 1001101 | 0 | 100 | 111110 | 10110001 | 111111 | 10111 |
Color Harmonies of #16615D
Complementary color
Monochromatic Colors of #16615D
Black with #16615D
Text Example
Text Example
White with #16615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16615D; }
p { color: rgb(22,97,93); }
H1.HeaderClassName
{
color: #16615D;
}
.AnyTagClassName
{
color: #16615D;
}
</style>
background-color css
<style>
a { background-color: #16615D; }
a { background-color: rgb(22,97,93); }
div.DivClassName
{
background-color: #16615D;
}
.BgClassName
{
background-color: #16615D;
}
</style>
border-color css
<style>
span { border-color: #16615D; }
span { border-color: rgb(22,97,93); }
td.TdClassName
{
border-color: #16615D;
}
.TagClassName
{
border-color: #16615D;
}
</style>