Shades of Blue Stone #0E6B5C
Tints of Blue Stone #0E6B5C
RGB
CMYK
RGB Variations
Color information
#0E6B5C (or 0x0E6B5C) is known color: Blue Stone. HEX triplet: 0E, 6B and 5C. RGB value is (14,107,92). Sum of RGB (Red+Green+Blue) = 14+107+92=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 107 (42.19% from 255 or 50.23% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 107 - color contains mainly: green. Hex color #0E6B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6B5C is #F194A3. Grayscale: #4D4D4D. Windows color (decimal): -15832228 or 6056718. OLE color: 6056718.
HSL color Cylindrical-coordinate representation of color #0E6B5C: hue angle of 170.32º 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 #0E6B5C is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 14 | 107 | 92 | - |
| CMYK | 0.87 | 0 | 0.14 | 0.58 |
| HSL | 170.32º | 0.77% | 0.24% | - |
| HSV(B) | 170.32º | 0.87% | 0.42% | - |
| XYZ | 7.37 | 11.38 | 11.93 | - |
| YUV | 77.48 | 136.19 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 107 | 92 | 0.87 | 0 | 0.14 | 0.58 | 170.32 | 0.77 | 0.24 |
| Hex | E | 6B | 5C | 57 | 0 | E | 3A | AA | 4D | 18 |
| Octal | 16 | 153 | 134 | 127 | 0 | 16 | 72 | 252 | 115 | 30 |
| Binary | 1110 | 1101011 | 1011100 | 1010111 | 0 | 1110 | 111010 | 10101010 | 1001101 | 11000 |
Color Harmonies of #0E6B5C
Complementary color
Monochromatic Colors of #0E6B5C
Black with #0E6B5C
Text Example
Text Example
White with #0E6B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6B5C; }
p { color: rgb(14,107,92); }
H1.HeaderClassName
{
color: #0E6B5C;
}
.AnyTagClassName
{
color: #0E6B5C;
}
</style>
background-color css
<style>
a { background-color: #0E6B5C; }
a { background-color: rgb(14,107,92); }
div.DivClassName
{
background-color: #0E6B5C;
}
.BgClassName
{
background-color: #0E6B5C;
}
</style>
border-color css
<style>
span { border-color: #0E6B5C; }
span { border-color: rgb(14,107,92); }
td.TdClassName
{
border-color: #0E6B5C;
}
.TagClassName
{
border-color: #0E6B5C;
}
</style>