Shades of Blue Stone #10686E
Tints of Blue Stone #10686E
RGB
CMYK
RGB Variations
Color information
#10686E (or 0x10686E) is known color: Blue Stone. HEX triplet: 10, 68 and 6E. RGB value is (16,104,110). Sum of RGB (Red+Green+Blue) = 16+104+110=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 110 - color contains mainly: blue. Hex color #10686E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10686E is #EF9791. Grayscale: #4E4E4E. Windows color (decimal): -15701906 or 7235600. OLE color: 7235600.
HSL color Cylindrical-coordinate representation of color #10686E: hue angle of 183.83º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10686E is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 104 | 110 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.57 |
| HSL | 183.83º | 0.75% | 0.25% | - |
| HSV(B) | 183.83º | 0.85% | 0.43% | - |
| XYZ | 7.98 | 11.14 | 16.48 | - |
| YUV | 78.37 | 145.85 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 104 | 110 | 0.85 | 0.05 | 0 | 0.57 | 183.83 | 0.75 | 0.25 |
| Hex | 10 | 68 | 6E | 55 | 5 | 0 | 39 | B8 | 4B | 19 |
| Octal | 20 | 150 | 156 | 125 | 5 | 0 | 71 | 270 | 113 | 31 |
| Binary | 10000 | 1101000 | 1101110 | 1010101 | 101 | 0 | 111001 | 10111000 | 1001011 | 11001 |
Color Harmonies of #10686E
Complementary color
Monochromatic Colors of #10686E
Black with #10686E
Text Example
Text Example
White with #10686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10686E; }
p { color: rgb(16,104,110); }
H1.HeaderClassName
{
color: #10686E;
}
.AnyTagClassName
{
color: #10686E;
}
</style>
background-color css
<style>
a { background-color: #10686E; }
a { background-color: rgb(16,104,110); }
div.DivClassName
{
background-color: #10686E;
}
.BgClassName
{
background-color: #10686E;
}
</style>
border-color css
<style>
span { border-color: #10686E; }
span { border-color: rgb(16,104,110); }
td.TdClassName
{
border-color: #10686E;
}
.TagClassName
{
border-color: #10686E;
}
</style>