Shades of Blue Stone #175F6C
Tints of Blue Stone #175F6C
RGB
CMYK
RGB Variations
Color information
#175F6C (or 0x175F6C) is known color: Blue Stone. HEX triplet: 17, 5F and 6C. RGB value is (23,95,108). Sum of RGB (Red+Green+Blue) = 23+95+108=226 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.18% from 226); Green value is 95 (37.5% from 255 or 42.04% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #175F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175F6C is #E8A093. Grayscale: #4A4A4A. Windows color (decimal): -15245460 or 7102231. OLE color: 7102231.
HSL color Cylindrical-coordinate representation of color #175F6C: hue angle of 189.18º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #175F6C is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 95 | 108 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.58 |
| HSL | 189.18º | 0.65% | 0.26% | - |
| HSV(B) | 189.18º | 0.79% | 0.42% | - |
| XYZ | 7.15 | 9.45 | 15.63 | - |
| YUV | 74.95 | 146.65 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 95 | 108 | 0.79 | 0.12 | 0 | 0.58 | 189.18 | 0.65 | 0.26 |
| Hex | 17 | 5F | 6C | 4F | C | 0 | 3A | BD | 41 | 1A |
| Octal | 27 | 137 | 154 | 117 | 14 | 0 | 72 | 275 | 101 | 32 |
| Binary | 10111 | 1011111 | 1101100 | 1001111 | 1100 | 0 | 111010 | 10111101 | 1000001 | 11010 |
Color Harmonies of #175F6C
Complementary color
Monochromatic Colors of #175F6C
Black with #175F6C
Text Example
Text Example
White with #175F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175F6C; }
p { color: rgb(23,95,108); }
H1.HeaderClassName
{
color: #175F6C;
}
.AnyTagClassName
{
color: #175F6C;
}
</style>
background-color css
<style>
a { background-color: #175F6C; }
a { background-color: rgb(23,95,108); }
div.DivClassName
{
background-color: #175F6C;
}
.BgClassName
{
background-color: #175F6C;
}
</style>
border-color css
<style>
span { border-color: #175F6C; }
span { border-color: rgb(23,95,108); }
td.TdClassName
{
border-color: #175F6C;
}
.TagClassName
{
border-color: #175F6C;
}
</style>