Shades of Blue Stone #10686C
Tints of Blue Stone #10686C
RGB
CMYK
RGB Variations
Color information
#10686C (or 0x10686C) is known color: Blue Stone. HEX triplet: 10, 68 and 6C. RGB value is (16,104,108). Sum of RGB (Red+Green+Blue) = 16+104+108=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #10686C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10686C is #EF9793. Grayscale: #4E4E4E. Windows color (decimal): -15701908 or 7104528. OLE color: 7104528.
HSL color Cylindrical-coordinate representation of color #10686C: hue angle of 182.61º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10686C is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 104 | 108 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.58 |
| HSL | 182.61º | 0.74% | 0.24% | - |
| HSV(B) | 182.61º | 0.85% | 0.42% | - |
| XYZ | 7.87 | 11.09 | 15.91 | - |
| YUV | 78.14 | 144.85 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 104 | 108 | 0.85 | 0.04 | 0 | 0.58 | 182.61 | 0.74 | 0.24 |
| Hex | 10 | 68 | 6C | 55 | 4 | 0 | 3A | B7 | 4A | 18 |
| Octal | 20 | 150 | 154 | 125 | 4 | 0 | 72 | 267 | 112 | 30 |
| Binary | 10000 | 1101000 | 1101100 | 1010101 | 100 | 0 | 111010 | 10110111 | 1001010 | 11000 |
Color Harmonies of #10686C
Complementary color
Monochromatic Colors of #10686C
Black with #10686C
Text Example
Text Example
White with #10686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10686C; }
p { color: rgb(16,104,108); }
H1.HeaderClassName
{
color: #10686C;
}
.AnyTagClassName
{
color: #10686C;
}
</style>
background-color css
<style>
a { background-color: #10686C; }
a { background-color: rgb(16,104,108); }
div.DivClassName
{
background-color: #10686C;
}
.BgClassName
{
background-color: #10686C;
}
</style>
border-color css
<style>
span { border-color: #10686C; }
span { border-color: rgb(16,104,108); }
td.TdClassName
{
border-color: #10686C;
}
.TagClassName
{
border-color: #10686C;
}
</style>