Shades of Blue Stone #176C6F
Tints of Blue Stone #176C6F
RGB
CMYK
RGB Variations
Color information
#176C6F (or 0x176C6F) is known color: Blue Stone. HEX triplet: 17, 6C and 6F. RGB value is (23,108,111). Sum of RGB (Red+Green+Blue) = 23+108+111=242 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.50% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 111 (43.75% from 255 or 45.87% from 242); Max value from RGB is 111 - color contains mainly: blue. Hex color #176C6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176C6F is #E89390. Grayscale: #525252. Windows color (decimal): -15242129 or 7302167. OLE color: 7302167.
HSL color Cylindrical-coordinate representation of color #176C6F: hue angle of 182.05º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #176C6F is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 108 | 111 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.56 |
| HSL | 182.05º | 0.66% | 0.26% | - |
| HSV(B) | 182.05º | 0.79% | 0.44% | - |
| XYZ | 8.59 | 12.05 | 16.91 | - |
| YUV | 82.93 | 143.84 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 108 | 111 | 0.79 | 0.03 | 0 | 0.56 | 182.05 | 0.66 | 0.26 |
| Hex | 17 | 6C | 6F | 4F | 3 | 0 | 38 | B6 | 42 | 1A |
| Octal | 27 | 154 | 157 | 117 | 3 | 0 | 70 | 266 | 102 | 32 |
| Binary | 10111 | 1101100 | 1101111 | 1001111 | 11 | 0 | 111000 | 10110110 | 1000010 | 11010 |
Color Harmonies of #176C6F
Complementary color
Monochromatic Colors of #176C6F
Black with #176C6F
Text Example
Text Example
White with #176C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176C6F; }
p { color: rgb(23,108,111); }
H1.HeaderClassName
{
color: #176C6F;
}
.AnyTagClassName
{
color: #176C6F;
}
</style>
background-color css
<style>
a { background-color: #176C6F; }
a { background-color: rgb(23,108,111); }
div.DivClassName
{
background-color: #176C6F;
}
.BgClassName
{
background-color: #176C6F;
}
</style>
border-color css
<style>
span { border-color: #176C6F; }
span { border-color: rgb(23,108,111); }
td.TdClassName
{
border-color: #176C6F;
}
.TagClassName
{
border-color: #176C6F;
}
</style>