Shades of Blue Stone #17616D
Tints of Blue Stone #17616D
RGB
CMYK
RGB Variations
Color information
#17616D (or 0x17616D) is known color: Blue Stone. HEX triplet: 17, 61 and 6D. RGB value is (23,97,109). Sum of RGB (Red+Green+Blue) = 23+97+109=229 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.04% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #17616D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17616D is #E89E92. Grayscale: #4C4C4C. Windows color (decimal): -15244947 or 7168279. OLE color: 7168279.
HSL color Cylindrical-coordinate representation of color #17616D: hue angle of 188.37º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17616D is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 23 | 97 | 109 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.57 |
| HSL | 188.37º | 0.65% | 0.26% | - |
| HSV(B) | 188.37º | 0.79% | 0.43% | - |
| XYZ | 7.39 | 9.84 | 15.98 | - |
| YUV | 76.24 | 146.48 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 97 | 109 | 0.79 | 0.11 | 0 | 0.57 | 188.37 | 0.65 | 0.26 |
| Hex | 17 | 61 | 6D | 4F | B | 0 | 39 | BC | 41 | 1A |
| Octal | 27 | 141 | 155 | 117 | 13 | 0 | 71 | 274 | 101 | 32 |
| Binary | 10111 | 1100001 | 1101101 | 1001111 | 1011 | 0 | 111001 | 10111100 | 1000001 | 11010 |
Color Harmonies of #17616D
Complementary color
Monochromatic Colors of #17616D
Black with #17616D
Text Example
Text Example
White with #17616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17616D; }
p { color: rgb(23,97,109); }
H1.HeaderClassName
{
color: #17616D;
}
.AnyTagClassName
{
color: #17616D;
}
</style>
background-color css
<style>
a { background-color: #17616D; }
a { background-color: rgb(23,97,109); }
div.DivClassName
{
background-color: #17616D;
}
.BgClassName
{
background-color: #17616D;
}
</style>
border-color css
<style>
span { border-color: #17616D; }
span { border-color: rgb(23,97,109); }
td.TdClassName
{
border-color: #17616D;
}
.TagClassName
{
border-color: #17616D;
}
</style>