Shades of Blue Stone #17686D
Tints of Blue Stone #17686D
RGB
CMYK
RGB Variations
Color information
#17686D (or 0x17686D) is known color: Blue Stone. HEX triplet: 17, 68 and 6D. RGB value is (23,104,109). Sum of RGB (Red+Green+Blue) = 23+104+109=236 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.75% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #17686D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17686D is #E89792. Grayscale: #505050. Windows color (decimal): -15243155 or 7170071. OLE color: 7170071.
HSL color Cylindrical-coordinate representation of color #17686D: hue angle of 183.49º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17686D is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 23 | 104 | 109 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.57 |
| HSL | 183.49º | 0.65% | 0.26% | - |
| HSV(B) | 183.49º | 0.79% | 0.43% | - |
| XYZ | 8.06 | 11.19 | 16.2 | - |
| YUV | 80.35 | 144.16 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 104 | 109 | 0.79 | 0.05 | 0 | 0.57 | 183.49 | 0.65 | 0.26 |
| Hex | 17 | 68 | 6D | 4F | 5 | 0 | 39 | B7 | 41 | 1A |
| Octal | 27 | 150 | 155 | 117 | 5 | 0 | 71 | 267 | 101 | 32 |
| Binary | 10111 | 1101000 | 1101101 | 1001111 | 101 | 0 | 111001 | 10110111 | 1000001 | 11010 |
Color Harmonies of #17686D
Complementary color
Monochromatic Colors of #17686D
Black with #17686D
Text Example
Text Example
White with #17686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17686D; }
p { color: rgb(23,104,109); }
H1.HeaderClassName
{
color: #17686D;
}
.AnyTagClassName
{
color: #17686D;
}
</style>
background-color css
<style>
a { background-color: #17686D; }
a { background-color: rgb(23,104,109); }
div.DivClassName
{
background-color: #17686D;
}
.BgClassName
{
background-color: #17686D;
}
</style>
border-color css
<style>
span { border-color: #17686D; }
span { border-color: rgb(23,104,109); }
td.TdClassName
{
border-color: #17686D;
}
.TagClassName
{
border-color: #17686D;
}
</style>