Shades of Blue Stone #0E6B5B
Tints of Blue Stone #0E6B5B
RGB
CMYK
RGB Variations
Color information
#0E6B5B (or 0x0E6B5B) is known color: Blue Stone. HEX triplet: 0E, 6B and 5B. RGB value is (14,107,91). Sum of RGB (Red+Green+Blue) = 14+107+91=212 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.60% from 212); Green value is 107 (42.19% from 255 or 50.47% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 107 - color contains mainly: green. Hex color #0E6B5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6B5B is #F194A4. Grayscale: #4D4D4D. Windows color (decimal): -15832229 or 5991182. OLE color: 5991182.
HSL color Cylindrical-coordinate representation of color #0E6B5B: hue angle of 169.68º 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 #0E6B5B is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 14 | 107 | 91 | - |
| CMYK | 0.87 | 0 | 0.15 | 0.58 |
| HSL | 169.68º | 0.77% | 0.24% | - |
| HSV(B) | 169.68º | 0.87% | 0.42% | - |
| XYZ | 7.33 | 11.36 | 11.7 | - |
| YUV | 77.37 | 135.69 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 107 | 91 | 0.87 | 0 | 0.15 | 0.58 | 169.68 | 0.77 | 0.24 |
| Hex | E | 6B | 5B | 57 | 0 | F | 3A | AA | 4D | 18 |
| Octal | 16 | 153 | 133 | 127 | 0 | 17 | 72 | 252 | 115 | 30 |
| Binary | 1110 | 1101011 | 1011011 | 1010111 | 0 | 1111 | 111010 | 10101010 | 1001101 | 11000 |
Color Harmonies of #0E6B5B
Complementary color
Monochromatic Colors of #0E6B5B
Black with #0E6B5B
Text Example
Text Example
White with #0E6B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6B5B; }
p { color: rgb(14,107,91); }
H1.HeaderClassName
{
color: #0E6B5B;
}
.AnyTagClassName
{
color: #0E6B5B;
}
</style>
background-color css
<style>
a { background-color: #0E6B5B; }
a { background-color: rgb(14,107,91); }
div.DivClassName
{
background-color: #0E6B5B;
}
.BgClassName
{
background-color: #0E6B5B;
}
</style>
border-color css
<style>
span { border-color: #0E6B5B; }
span { border-color: rgb(14,107,91); }
td.TdClassName
{
border-color: #0E6B5B;
}
.TagClassName
{
border-color: #0E6B5B;
}
</style>