Shades of Blue Stone #176660
Tints of Blue Stone #176660
RGB
CMYK
RGB Variations
Color information
#176660 (or 0x176660) is known color: Blue Stone. HEX triplet: 17, 66 and 60. RGB value is (23,102,96). Sum of RGB (Red+Green+Blue) = 23+102+96=221 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.41% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 102 - color contains mainly: green. Hex color #176660 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176660 is #E8999F. Grayscale: #4D4D4D. Windows color (decimal): -15243680 or 6317591. OLE color: 6317591.
HSL color Cylindrical-coordinate representation of color #176660: hue angle of 175.44º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #176660 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 23 | 102 | 96 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.6 |
| HSL | 175.44º | 0.63% | 0.25% | - |
| HSV(B) | 175.44º | 0.77% | 0.4% | - |
| XYZ | 7.22 | 10.53 | 12.72 | - |
| YUV | 77.7 | 138.33 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 102 | 96 | 0.77 | 0 | 0.06 | 0.6 | 175.44 | 0.63 | 0.25 |
| Hex | 17 | 66 | 60 | 4D | 0 | 6 | 3C | AF | 3F | 19 |
| Octal | 27 | 146 | 140 | 115 | 0 | 6 | 74 | 257 | 77 | 31 |
| Binary | 10111 | 1100110 | 1100000 | 1001101 | 0 | 110 | 111100 | 10101111 | 111111 | 11001 |
Color Harmonies of #176660
Complementary color
Monochromatic Colors of #176660
Black with #176660
Text Example
Text Example
White with #176660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176660; }
p { color: rgb(23,102,96); }
H1.HeaderClassName
{
color: #176660;
}
.AnyTagClassName
{
color: #176660;
}
</style>
background-color css
<style>
a { background-color: #176660; }
a { background-color: rgb(23,102,96); }
div.DivClassName
{
background-color: #176660;
}
.BgClassName
{
background-color: #176660;
}
</style>
border-color css
<style>
span { border-color: #176660; }
span { border-color: rgb(23,102,96); }
td.TdClassName
{
border-color: #176660;
}
.TagClassName
{
border-color: #176660;
}
</style>