Shades of Blue Stone #0E686A
Tints of Blue Stone #0E686A
RGB
CMYK
RGB Variations
Color information
#0E686A (or 0x0E686A) is known color: Blue Stone. HEX triplet: 0E, 68 and 6A. RGB value is (14,104,106). Sum of RGB (Red+Green+Blue) = 14+104+106=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 106 (41.80% from 255 or 47.32% from 224); Max value from RGB is 106 - color contains mainly: blue. Hex color #0E686A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E686A is #F19795. Grayscale: #4D4D4D. Windows color (decimal): -15832982 or 6973454. OLE color: 6973454.
HSL color Cylindrical-coordinate representation of color #0E686A: hue angle of 181.3º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E686A is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 14 | 104 | 106 | - |
| CMYK | 0.87 | 0.02 | 0 | 0.58 |
| HSL | 181.3º | 0.77% | 0.24% | - |
| HSV(B) | 181.3º | 0.87% | 0.42% | - |
| XYZ | 7.73 | 11.03 | 15.36 | - |
| YUV | 77.32 | 144.18 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 104 | 106 | 0.87 | 0.02 | 0 | 0.58 | 181.3 | 0.77 | 0.24 |
| Hex | E | 68 | 6A | 57 | 2 | 0 | 3A | B5 | 4D | 18 |
| Octal | 16 | 150 | 152 | 127 | 2 | 0 | 72 | 265 | 115 | 30 |
| Binary | 1110 | 1101000 | 1101010 | 1010111 | 10 | 0 | 111010 | 10110101 | 1001101 | 11000 |
Color Harmonies of #0E686A
Complementary color
Monochromatic Colors of #0E686A
Black with #0E686A
Text Example
Text Example
White with #0E686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E686A; }
p { color: rgb(14,104,106); }
H1.HeaderClassName
{
color: #0E686A;
}
.AnyTagClassName
{
color: #0E686A;
}
</style>
background-color css
<style>
a { background-color: #0E686A; }
a { background-color: rgb(14,104,106); }
div.DivClassName
{
background-color: #0E686A;
}
.BgClassName
{
background-color: #0E686A;
}
</style>
border-color css
<style>
span { border-color: #0E686A; }
span { border-color: rgb(14,104,106); }
td.TdClassName
{
border-color: #0E686A;
}
.TagClassName
{
border-color: #0E686A;
}
</style>