Shades of Blue Stone #10695E
Tints of Blue Stone #10695E
RGB
CMYK
RGB Variations
Color information
#10695E (or 0x10695E) is known color: Blue Stone. HEX triplet: 10, 69 and 5E. RGB value is (16,105,94). Sum of RGB (Red+Green+Blue) = 16+105+94=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 105 (41.41% from 255 or 48.84% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 105 - color contains mainly: green. Hex color #10695E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10695E is #EF96A1. Grayscale: #4D4D4D. Windows color (decimal): -15701666 or 6187280. OLE color: 6187280.
HSL color Cylindrical-coordinate representation of color #10695E: hue angle of 172.58º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10695E is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 105 | 94 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.59 |
| HSL | 172.58º | 0.74% | 0.24% | - |
| HSV(B) | 172.58º | 0.85% | 0.41% | - |
| XYZ | 7.29 | 11.02 | 12.33 | - |
| YUV | 77.14 | 137.51 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 105 | 94 | 0.85 | 0 | 0.10 | 0.59 | 172.58 | 0.74 | 0.24 |
| Hex | 10 | 69 | 5E | 55 | 0 | A | 3B | AD | 4A | 18 |
| Octal | 20 | 151 | 136 | 125 | 0 | 12 | 73 | 255 | 112 | 30 |
| Binary | 10000 | 1101001 | 1011110 | 1010101 | 0 | 1010 | 111011 | 10101101 | 1001010 | 11000 |
Color Harmonies of #10695E
Complementary color
Monochromatic Colors of #10695E
Black with #10695E
Text Example
Text Example
White with #10695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10695E; }
p { color: rgb(16,105,94); }
H1.HeaderClassName
{
color: #10695E;
}
.AnyTagClassName
{
color: #10695E;
}
</style>
background-color css
<style>
a { background-color: #10695E; }
a { background-color: rgb(16,105,94); }
div.DivClassName
{
background-color: #10695E;
}
.BgClassName
{
background-color: #10695E;
}
</style>
border-color css
<style>
span { border-color: #10695E; }
span { border-color: rgb(16,105,94); }
td.TdClassName
{
border-color: #10695E;
}
.TagClassName
{
border-color: #10695E;
}
</style>