Shades of Blue Stone #0E6B5A
Tints of Blue Stone #0E6B5A
RGB
CMYK
RGB Variations
Color information
#0E6B5A (or 0x0E6B5A) is known color: Blue Stone. HEX triplet: 0E, 6B and 5A. RGB value is (14,107,90). Sum of RGB (Red+Green+Blue) = 14+107+90=211 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.64% from 211); Green value is 107 (42.19% from 255 or 50.71% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 107 - color contains mainly: green. Hex color #0E6B5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6B5A is #F194A5. Grayscale: #4D4D4D. Windows color (decimal): -15832230 or 5925646. OLE color: 5925646.
HSL color Cylindrical-coordinate representation of color #0E6B5A: hue angle of 169.03º 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 #0E6B5A is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 14 | 107 | 90 | - |
| CMYK | 0.87 | 0 | 0.16 | 0.58 |
| HSL | 169.03º | 0.77% | 0.24% | - |
| HSV(B) | 169.03º | 0.87% | 0.42% | - |
| XYZ | 7.28 | 11.35 | 11.48 | - |
| YUV | 77.26 | 135.19 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 107 | 90 | 0.87 | 0 | 0.16 | 0.58 | 169.03 | 0.77 | 0.24 |
| Hex | E | 6B | 5A | 57 | 0 | 10 | 3A | A9 | 4D | 18 |
| Octal | 16 | 153 | 132 | 127 | 0 | 20 | 72 | 251 | 115 | 30 |
| Binary | 1110 | 1101011 | 1011010 | 1010111 | 0 | 10000 | 111010 | 10101001 | 1001101 | 11000 |
Color Harmonies of #0E6B5A
Complementary color
Monochromatic Colors of #0E6B5A
Black with #0E6B5A
Text Example
Text Example
White with #0E6B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6B5A; }
p { color: rgb(14,107,90); }
H1.HeaderClassName
{
color: #0E6B5A;
}
.AnyTagClassName
{
color: #0E6B5A;
}
</style>
background-color css
<style>
a { background-color: #0E6B5A; }
a { background-color: rgb(14,107,90); }
div.DivClassName
{
background-color: #0E6B5A;
}
.BgClassName
{
background-color: #0E6B5A;
}
</style>
border-color css
<style>
span { border-color: #0E6B5A; }
span { border-color: rgb(14,107,90); }
td.TdClassName
{
border-color: #0E6B5A;
}
.TagClassName
{
border-color: #0E6B5A;
}
</style>