Shades of Blue Stone #16616D
Tints of Blue Stone #16616D
RGB
CMYK
RGB Variations
Color information
#16616D (or 0x16616D) is known color: Blue Stone. HEX triplet: 16, 61 and 6D. RGB value is (22,97,109). Sum of RGB (Red+Green+Blue) = 22+97+109=228 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.65% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #16616D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16616D is #E99E92. Grayscale: #4B4B4B. Windows color (decimal): -15310483 or 7168278. OLE color: 7168278.
HSL color Cylindrical-coordinate representation of color #16616D: hue angle of 188.28º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16616D is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 97 | 109 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.57 |
| HSL | 188.28º | 0.66% | 0.26% | - |
| HSV(B) | 188.28º | 0.8% | 0.43% | - |
| XYZ | 7.37 | 9.82 | 15.98 | - |
| YUV | 75.94 | 146.65 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 97 | 109 | 0.80 | 0.11 | 0 | 0.57 | 188.28 | 0.66 | 0.26 |
| Hex | 16 | 61 | 6D | 50 | B | 0 | 39 | BC | 42 | 1A |
| Octal | 26 | 141 | 155 | 120 | 13 | 0 | 71 | 274 | 102 | 32 |
| Binary | 10110 | 1100001 | 1101101 | 1010000 | 1011 | 0 | 111001 | 10111100 | 1000010 | 11010 |
Color Harmonies of #16616D
Complementary color
Monochromatic Colors of #16616D
Black with #16616D
Text Example
Text Example
White with #16616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16616D; }
p { color: rgb(22,97,109); }
H1.HeaderClassName
{
color: #16616D;
}
.AnyTagClassName
{
color: #16616D;
}
</style>
background-color css
<style>
a { background-color: #16616D; }
a { background-color: rgb(22,97,109); }
div.DivClassName
{
background-color: #16616D;
}
.BgClassName
{
background-color: #16616D;
}
</style>
border-color css
<style>
span { border-color: #16616D; }
span { border-color: rgb(22,97,109); }
td.TdClassName
{
border-color: #16616D;
}
.TagClassName
{
border-color: #16616D;
}
</style>