Shades of Blue Stone #0E676C
Tints of Blue Stone #0E676C
RGB
CMYK
RGB Variations
Color information
#0E676C (or 0x0E676C) is known color: Blue Stone. HEX triplet: 0E, 67 and 6C. RGB value is (14,103,108). Sum of RGB (Red+Green+Blue) = 14+103+108=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #0E676C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E676C is #F19893. Grayscale: #4C4C4C. Windows color (decimal): -15833236 or 7104270. OLE color: 7104270.
HSL color Cylindrical-coordinate representation of color #0E676C: hue angle of 183.19º 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 #0E676C is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 14 | 103 | 108 | - |
| CMYK | 0.87 | 0.05 | 0 | 0.58 |
| HSL | 183.19º | 0.77% | 0.24% | - |
| HSV(B) | 183.19º | 0.87% | 0.42% | - |
| XYZ | 7.74 | 10.88 | 15.88 | - |
| YUV | 76.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 103 | 108 | 0.87 | 0.05 | 0 | 0.58 | 183.19 | 0.77 | 0.24 |
| Hex | E | 67 | 6C | 57 | 5 | 0 | 3A | B7 | 4D | 18 |
| Octal | 16 | 147 | 154 | 127 | 5 | 0 | 72 | 267 | 115 | 30 |
| Binary | 1110 | 1100111 | 1101100 | 1010111 | 101 | 0 | 111010 | 10110111 | 1001101 | 11000 |
Color Harmonies of #0E676C
Complementary color
Monochromatic Colors of #0E676C
Black with #0E676C
Text Example
Text Example
White with #0E676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E676C; }
p { color: rgb(14,103,108); }
H1.HeaderClassName
{
color: #0E676C;
}
.AnyTagClassName
{
color: #0E676C;
}
</style>
background-color css
<style>
a { background-color: #0E676C; }
a { background-color: rgb(14,103,108); }
div.DivClassName
{
background-color: #0E676C;
}
.BgClassName
{
background-color: #0E676C;
}
</style>
border-color css
<style>
span { border-color: #0E676C; }
span { border-color: rgb(14,103,108); }
td.TdClassName
{
border-color: #0E676C;
}
.TagClassName
{
border-color: #0E676C;
}
</style>