Shades of Blue Stone #176A69
Tints of Blue Stone #176A69
RGB
CMYK
RGB Variations
Color information
#176A69 (or 0x176A69) is known color: Blue Stone. HEX triplet: 17, 6A and 69. RGB value is (23,106,105). Sum of RGB (Red+Green+Blue) = 23+106+105=234 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.83% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 106 - color contains mainly: green. Hex color #176A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176A69 is #E89596. Grayscale: #505050. Windows color (decimal): -15242647 or 6908439. OLE color: 6908439.
HSL color Cylindrical-coordinate representation of color #176A69: hue angle of 179.28º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #176A69 is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 106 | 105 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.58 |
| HSL | 179.28º | 0.64% | 0.25% | - |
| HSV(B) | 179.28º | 0.78% | 0.42% | - |
| XYZ | 8.06 | 11.51 | 15.16 | - |
| YUV | 81.07 | 141.5 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 106 | 105 | 0.78 | 0 | 0.01 | 0.58 | 179.28 | 0.64 | 0.25 |
| Hex | 17 | 6A | 69 | 4E | 0 | 1 | 3A | B3 | 40 | 19 |
| Octal | 27 | 152 | 151 | 116 | 0 | 1 | 72 | 263 | 100 | 31 |
| Binary | 10111 | 1101010 | 1101001 | 1001110 | 0 | 1 | 111010 | 10110011 | 1000000 | 11001 |
Color Harmonies of #176A69
Complementary color
Monochromatic Colors of #176A69
Black with #176A69
Text Example
Text Example
White with #176A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176A69; }
p { color: rgb(23,106,105); }
H1.HeaderClassName
{
color: #176A69;
}
.AnyTagClassName
{
color: #176A69;
}
</style>
background-color css
<style>
a { background-color: #176A69; }
a { background-color: rgb(23,106,105); }
div.DivClassName
{
background-color: #176A69;
}
.BgClassName
{
background-color: #176A69;
}
</style>
border-color css
<style>
span { border-color: #176A69; }
span { border-color: rgb(23,106,105); }
td.TdClassName
{
border-color: #176A69;
}
.TagClassName
{
border-color: #176A69;
}
</style>