Shades of Blue Stone #0E6F67
Tints of Blue Stone #0E6F67
RGB
CMYK
RGB Variations
Color information
#0E6F67 (or 0x0E6F67) is known color: Blue Stone. HEX triplet: 0E, 6F and 67. RGB value is (14,111,103). Sum of RGB (Red+Green+Blue) = 14+111+103=228 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.14% from 228); Green value is 111 (43.75% from 255 or 48.68% from 228); Blue value is 103 (40.62% from 255 or 45.18% from 228); Max value from RGB is 111 - color contains mainly: green. Hex color #0E6F67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6F67 is #F19098. Grayscale: #515151. Windows color (decimal): -15831193 or 6778638. OLE color: 6778638.
HSL color Cylindrical-coordinate representation of color #0E6F67: hue angle of 175.05º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E6F67 is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 14 | 111 | 103 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.56 |
| HSL | 175.05º | 0.78% | 0.25% | - |
| HSV(B) | 175.05º | 0.87% | 0.44% | - |
| XYZ | 8.31 | 12.44 | 14.8 | - |
| YUV | 81.09 | 140.36 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 111 | 103 | 0.87 | 0 | 0.07 | 0.56 | 175.05 | 0.78 | 0.25 |
| Hex | E | 6F | 67 | 57 | 0 | 7 | 38 | AF | 4E | 19 |
| Octal | 16 | 157 | 147 | 127 | 0 | 7 | 70 | 257 | 116 | 31 |
| Binary | 1110 | 1101111 | 1100111 | 1010111 | 0 | 111 | 111000 | 10101111 | 1001110 | 11001 |
Color Harmonies of #0E6F67
Complementary color
Monochromatic Colors of #0E6F67
Black with #0E6F67
Text Example
Text Example
White with #0E6F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6F67; }
p { color: rgb(14,111,103); }
H1.HeaderClassName
{
color: #0E6F67;
}
.AnyTagClassName
{
color: #0E6F67;
}
</style>
background-color css
<style>
a { background-color: #0E6F67; }
a { background-color: rgb(14,111,103); }
div.DivClassName
{
background-color: #0E6F67;
}
.BgClassName
{
background-color: #0E6F67;
}
</style>
border-color css
<style>
span { border-color: #0E6F67; }
span { border-color: rgb(14,111,103); }
td.TdClassName
{
border-color: #0E6F67;
}
.TagClassName
{
border-color: #0E6F67;
}
</style>