Shades of Blue Stone #0E665E
Tints of Blue Stone #0E665E
RGB
CMYK
RGB Variations
Color information
#0E665E (or 0x0E665E) is known color: Blue Stone. HEX triplet: 0E, 66 and 5E. RGB value is (14,102,94). Sum of RGB (Red+Green+Blue) = 14+102+94=210 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.67% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 102 - color contains mainly: green. Hex color #0E665E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E665E is #F199A1. Grayscale: #4A4A4A. Windows color (decimal): -15833506 or 6186510. OLE color: 6186510.
HSL color Cylindrical-coordinate representation of color #0E665E: hue angle of 174.55º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E665E is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 14 | 102 | 94 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.6 |
| HSL | 174.55º | 0.76% | 0.23% | - |
| HSV(B) | 174.55º | 0.86% | 0.4% | - |
| XYZ | 6.95 | 10.4 | 12.23 | - |
| YUV | 74.78 | 138.85 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 102 | 94 | 0.86 | 0 | 0.08 | 0.6 | 174.55 | 0.76 | 0.23 |
| Hex | E | 66 | 5E | 56 | 0 | 8 | 3C | AF | 4C | 17 |
| Octal | 16 | 146 | 136 | 126 | 0 | 10 | 74 | 257 | 114 | 27 |
| Binary | 1110 | 1100110 | 1011110 | 1010110 | 0 | 1000 | 111100 | 10101111 | 1001100 | 10111 |
Color Harmonies of #0E665E
Complementary color
Monochromatic Colors of #0E665E
Black with #0E665E
Text Example
Text Example
White with #0E665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E665E; }
p { color: rgb(14,102,94); }
H1.HeaderClassName
{
color: #0E665E;
}
.AnyTagClassName
{
color: #0E665E;
}
</style>
background-color css
<style>
a { background-color: #0E665E; }
a { background-color: rgb(14,102,94); }
div.DivClassName
{
background-color: #0E665E;
}
.BgClassName
{
background-color: #0E665E;
}
</style>
border-color css
<style>
span { border-color: #0E665E; }
span { border-color: rgb(14,102,94); }
td.TdClassName
{
border-color: #0E665E;
}
.TagClassName
{
border-color: #0E665E;
}
</style>