Shades of Blue Stone #0E6D6C
Tints of Blue Stone #0E6D6C
RGB
CMYK
RGB Variations
Color information
#0E6D6C (or 0x0E6D6C) is known color: Blue Stone. HEX triplet: 0E, 6D and 6C. RGB value is (14,109,108). Sum of RGB (Red+Green+Blue) = 14+109+108=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 109 (42.97% from 255 or 47.19% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 109 - color contains mainly: green. Hex color #0E6D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6D6C is #F19293. Grayscale: #505050. Windows color (decimal): -15831700 or 7105806. OLE color: 7105806.
HSL color Cylindrical-coordinate representation of color #0E6D6C: hue angle of 179.37º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E6D6C is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 14 | 109 | 108 | - |
| CMYK | 0.87 | 0 | 0.01 | 0.57 |
| HSL | 179.37º | 0.77% | 0.24% | - |
| HSV(B) | 179.37º | 0.87% | 0.43% | - |
| XYZ | 8.36 | 12.11 | 16.09 | - |
| YUV | 80.48 | 143.53 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 109 | 108 | 0.87 | 0 | 0.01 | 0.57 | 179.37 | 0.77 | 0.24 |
| Hex | E | 6D | 6C | 57 | 0 | 1 | 39 | B3 | 4D | 18 |
| Octal | 16 | 155 | 154 | 127 | 0 | 1 | 71 | 263 | 115 | 30 |
| Binary | 1110 | 1101101 | 1101100 | 1010111 | 0 | 1 | 111001 | 10110011 | 1001101 | 11000 |
Color Harmonies of #0E6D6C
Complementary color
Monochromatic Colors of #0E6D6C
Black with #0E6D6C
Text Example
Text Example
White with #0E6D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6D6C; }
p { color: rgb(14,109,108); }
H1.HeaderClassName
{
color: #0E6D6C;
}
.AnyTagClassName
{
color: #0E6D6C;
}
</style>
background-color css
<style>
a { background-color: #0E6D6C; }
a { background-color: rgb(14,109,108); }
div.DivClassName
{
background-color: #0E6D6C;
}
.BgClassName
{
background-color: #0E6D6C;
}
</style>
border-color css
<style>
span { border-color: #0E6D6C; }
span { border-color: rgb(14,109,108); }
td.TdClassName
{
border-color: #0E6D6C;
}
.TagClassName
{
border-color: #0E6D6C;
}
</style>