Shades of Blue Stone #17606D
Tints of Blue Stone #17606D
RGB
CMYK
RGB Variations
Color information
#17606D (or 0x17606D) is known color: Blue Stone. HEX triplet: 17, 60 and 6D. RGB value is (23,96,109). Sum of RGB (Red+Green+Blue) = 23+96+109=228 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.09% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #17606D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17606D is #E89F92. Grayscale: #4B4B4B. Windows color (decimal): -15245203 or 7168023. OLE color: 7168023.
HSL color Cylindrical-coordinate representation of color #17606D: hue angle of 189.07º 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 #17606D is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 23 | 96 | 109 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.57 |
| HSL | 189.07º | 0.65% | 0.26% | - |
| HSV(B) | 189.07º | 0.79% | 0.43% | - |
| XYZ | 7.3 | 9.65 | 15.95 | - |
| YUV | 75.66 | 146.82 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 96 | 109 | 0.79 | 0.12 | 0 | 0.57 | 189.07 | 0.65 | 0.26 |
| Hex | 17 | 60 | 6D | 4F | C | 0 | 39 | BD | 41 | 1A |
| Octal | 27 | 140 | 155 | 117 | 14 | 0 | 71 | 275 | 101 | 32 |
| Binary | 10111 | 1100000 | 1101101 | 1001111 | 1100 | 0 | 111001 | 10111101 | 1000001 | 11010 |
Color Harmonies of #17606D
Complementary color
Monochromatic Colors of #17606D
Black with #17606D
Text Example
Text Example
White with #17606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17606D; }
p { color: rgb(23,96,109); }
H1.HeaderClassName
{
color: #17606D;
}
.AnyTagClassName
{
color: #17606D;
}
</style>
background-color css
<style>
a { background-color: #17606D; }
a { background-color: rgb(23,96,109); }
div.DivClassName
{
background-color: #17606D;
}
.BgClassName
{
background-color: #17606D;
}
</style>
border-color css
<style>
span { border-color: #17606D; }
span { border-color: rgb(23,96,109); }
td.TdClassName
{
border-color: #17606D;
}
.TagClassName
{
border-color: #17606D;
}
</style>