Shades of Blue Stone #17676F
Tints of Blue Stone #17676F
RGB
CMYK
RGB Variations
Color information
#17676F (or 0x17676F) is known color: Blue Stone. HEX triplet: 17, 67 and 6F. RGB value is (23,103,111). Sum of RGB (Red+Green+Blue) = 23+103+111=237 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.70% from 237); Green value is 103 (40.62% from 255 or 43.46% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 111 - color contains mainly: blue. Hex color #17676F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17676F is #E89890. Grayscale: #4F4F4F. Windows color (decimal): -15243409 or 7300887. OLE color: 7300887.
HSL color Cylindrical-coordinate representation of color #17676F: hue angle of 185.45º 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 #17676F is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 103 | 111 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.56 |
| HSL | 185.45º | 0.66% | 0.26% | - |
| HSV(B) | 185.45º | 0.79% | 0.44% | - |
| XYZ | 8.07 | 11.03 | 16.74 | - |
| YUV | 79.99 | 145.5 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 103 | 111 | 0.79 | 0.07 | 0 | 0.56 | 185.45 | 0.66 | 0.26 |
| Hex | 17 | 67 | 6F | 4F | 7 | 0 | 38 | B9 | 42 | 1A |
| Octal | 27 | 147 | 157 | 117 | 7 | 0 | 70 | 271 | 102 | 32 |
| Binary | 10111 | 1100111 | 1101111 | 1001111 | 111 | 0 | 111000 | 10111001 | 1000010 | 11010 |
Color Harmonies of #17676F
Complementary color
Monochromatic Colors of #17676F
Black with #17676F
Text Example
Text Example
White with #17676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17676F; }
p { color: rgb(23,103,111); }
H1.HeaderClassName
{
color: #17676F;
}
.AnyTagClassName
{
color: #17676F;
}
</style>
background-color css
<style>
a { background-color: #17676F; }
a { background-color: rgb(23,103,111); }
div.DivClassName
{
background-color: #17676F;
}
.BgClassName
{
background-color: #17676F;
}
</style>
border-color css
<style>
span { border-color: #17676F; }
span { border-color: rgb(23,103,111); }
td.TdClassName
{
border-color: #17676F;
}
.TagClassName
{
border-color: #17676F;
}
</style>