Shades of Blue Stone #17666D
Tints of Blue Stone #17666D
RGB
CMYK
RGB Variations
Color information
#17666D (or 0x17666D) is known color: Blue Stone. HEX triplet: 17, 66 and 6D. RGB value is (23,102,109). Sum of RGB (Red+Green+Blue) = 23+102+109=234 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.83% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #17666D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17666D is #E89992. Grayscale: #4F4F4F. Windows color (decimal): -15243667 or 7169559. OLE color: 7169559.
HSL color Cylindrical-coordinate representation of color #17666D: hue angle of 184.88º 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 #17666D is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 23 | 102 | 109 | - |
| CMYK | 0.79 | 0.06 | 0 | 0.57 |
| HSL | 184.88º | 0.65% | 0.26% | - |
| HSV(B) | 184.88º | 0.79% | 0.43% | - |
| XYZ | 7.87 | 10.79 | 16.14 | - |
| YUV | 79.18 | 144.83 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 102 | 109 | 0.79 | 0.06 | 0 | 0.57 | 184.88 | 0.65 | 0.26 |
| Hex | 17 | 66 | 6D | 4F | 6 | 0 | 39 | B9 | 41 | 1A |
| Octal | 27 | 146 | 155 | 117 | 6 | 0 | 71 | 271 | 101 | 32 |
| Binary | 10111 | 1100110 | 1101101 | 1001111 | 110 | 0 | 111001 | 10111001 | 1000001 | 11010 |
Color Harmonies of #17666D
Complementary color
Monochromatic Colors of #17666D
Black with #17666D
Text Example
Text Example
White with #17666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17666D; }
p { color: rgb(23,102,109); }
H1.HeaderClassName
{
color: #17666D;
}
.AnyTagClassName
{
color: #17666D;
}
</style>
background-color css
<style>
a { background-color: #17666D; }
a { background-color: rgb(23,102,109); }
div.DivClassName
{
background-color: #17666D;
}
.BgClassName
{
background-color: #17666D;
}
</style>
border-color css
<style>
span { border-color: #17666D; }
span { border-color: rgb(23,102,109); }
td.TdClassName
{
border-color: #17666D;
}
.TagClassName
{
border-color: #17666D;
}
</style>