Shades of Blue Stone #0E695D
Tints of Blue Stone #0E695D
RGB
CMYK
RGB Variations
Color information
#0E695D (or 0x0E695D) is known color: Blue Stone. HEX triplet: 0E, 69 and 5D. RGB value is (14,105,93). Sum of RGB (Red+Green+Blue) = 14+105+93=212 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.60% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #0E695D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E695D is #F196A2. Grayscale: #4C4C4C. Windows color (decimal): -15832739 or 6121742. OLE color: 6121742.
HSL color Cylindrical-coordinate representation of color #0E695D: hue angle of 172.09º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E695D is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 14 | 105 | 93 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.59 |
| HSL | 172.09º | 0.76% | 0.23% | - |
| HSV(B) | 172.09º | 0.87% | 0.41% | - |
| XYZ | 7.21 | 10.99 | 12.1 | - |
| YUV | 76.42 | 137.35 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 105 | 93 | 0.87 | 0 | 0.11 | 0.59 | 172.09 | 0.76 | 0.23 |
| Hex | E | 69 | 5D | 57 | 0 | B | 3B | AC | 4C | 17 |
| Octal | 16 | 151 | 135 | 127 | 0 | 13 | 73 | 254 | 114 | 27 |
| Binary | 1110 | 1101001 | 1011101 | 1010111 | 0 | 1011 | 111011 | 10101100 | 1001100 | 10111 |
Color Harmonies of #0E695D
Complementary color
Monochromatic Colors of #0E695D
Black with #0E695D
Text Example
Text Example
White with #0E695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E695D; }
p { color: rgb(14,105,93); }
H1.HeaderClassName
{
color: #0E695D;
}
.AnyTagClassName
{
color: #0E695D;
}
</style>
background-color css
<style>
a { background-color: #0E695D; }
a { background-color: rgb(14,105,93); }
div.DivClassName
{
background-color: #0E695D;
}
.BgClassName
{
background-color: #0E695D;
}
</style>
border-color css
<style>
span { border-color: #0E695D; }
span { border-color: rgb(14,105,93); }
td.TdClassName
{
border-color: #0E695D;
}
.TagClassName
{
border-color: #0E695D;
}
</style>