Shades of Blue Stone #0E686B
Tints of Blue Stone #0E686B
RGB
CMYK
RGB Variations
Color information
#0E686B (or 0x0E686B) is known color: Blue Stone. HEX triplet: 0E, 68 and 6B. RGB value is (14,104,107). Sum of RGB (Red+Green+Blue) = 14+104+107=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #0E686B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E686B is #F19794. Grayscale: #4D4D4D. Windows color (decimal): -15832981 or 7038990. OLE color: 7038990.
HSL color Cylindrical-coordinate representation of color #0E686B: hue angle of 181.94º 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 #0E686B is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 14 | 104 | 107 | - |
| CMYK | 0.87 | 0.03 | 0 | 0.58 |
| HSL | 181.94º | 0.77% | 0.24% | - |
| HSV(B) | 181.94º | 0.87% | 0.42% | - |
| XYZ | 7.79 | 11.06 | 15.63 | - |
| YUV | 77.43 | 144.68 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 104 | 107 | 0.87 | 0.03 | 0 | 0.58 | 181.94 | 0.77 | 0.24 |
| Hex | E | 68 | 6B | 57 | 3 | 0 | 3A | B6 | 4D | 18 |
| Octal | 16 | 150 | 153 | 127 | 3 | 0 | 72 | 266 | 115 | 30 |
| Binary | 1110 | 1101000 | 1101011 | 1010111 | 11 | 0 | 111010 | 10110110 | 1001101 | 11000 |
Color Harmonies of #0E686B
Complementary color
Monochromatic Colors of #0E686B
Black with #0E686B
Text Example
Text Example
White with #0E686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E686B; }
p { color: rgb(14,104,107); }
H1.HeaderClassName
{
color: #0E686B;
}
.AnyTagClassName
{
color: #0E686B;
}
</style>
background-color css
<style>
a { background-color: #0E686B; }
a { background-color: rgb(14,104,107); }
div.DivClassName
{
background-color: #0E686B;
}
.BgClassName
{
background-color: #0E686B;
}
</style>
border-color css
<style>
span { border-color: #0E686B; }
span { border-color: rgb(14,104,107); }
td.TdClassName
{
border-color: #0E686B;
}
.TagClassName
{
border-color: #0E686B;
}
</style>