Shades of Blue Stone #176F68
Tints of Blue Stone #176F68
RGB
CMYK
RGB Variations
Color information
#176F68 (or 0x176F68) is known color: Blue Stone. HEX triplet: 17, 6F and 68. RGB value is (23,111,104). Sum of RGB (Red+Green+Blue) = 23+111+104=238 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.66% from 238); Green value is 111 (43.75% from 255 or 46.64% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 111 - color contains mainly: green. Hex color #176F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176F68 is #E89097. Grayscale: #535353. Windows color (decimal): -15241368 or 6844183. OLE color: 6844183.
HSL color Cylindrical-coordinate representation of color #176F68: hue angle of 175.23º 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 #176F68 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 111 | 104 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.56 |
| HSL | 175.23º | 0.66% | 0.26% | - |
| HSV(B) | 175.23º | 0.79% | 0.44% | - |
| XYZ | 8.54 | 12.55 | 15.07 | - |
| YUV | 83.89 | 139.35 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 111 | 104 | 0.79 | 0 | 0.06 | 0.56 | 175.23 | 0.66 | 0.26 |
| Hex | 17 | 6F | 68 | 4F | 0 | 6 | 38 | AF | 42 | 1A |
| Octal | 27 | 157 | 150 | 117 | 0 | 6 | 70 | 257 | 102 | 32 |
| Binary | 10111 | 1101111 | 1101000 | 1001111 | 0 | 110 | 111000 | 10101111 | 1000010 | 11010 |
Color Harmonies of #176F68
Complementary color
Monochromatic Colors of #176F68
Black with #176F68
Text Example
Text Example
White with #176F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176F68; }
p { color: rgb(23,111,104); }
H1.HeaderClassName
{
color: #176F68;
}
.AnyTagClassName
{
color: #176F68;
}
</style>
background-color css
<style>
a { background-color: #176F68; }
a { background-color: rgb(23,111,104); }
div.DivClassName
{
background-color: #176F68;
}
.BgClassName
{
background-color: #176F68;
}
</style>
border-color css
<style>
span { border-color: #176F68; }
span { border-color: rgb(23,111,104); }
td.TdClassName
{
border-color: #176F68;
}
.TagClassName
{
border-color: #176F68;
}
</style>