Shades of Blue Stone #0E625A
Tints of Blue Stone #0E625A
RGB
CMYK
RGB Variations
Color information
#0E625A (or 0x0E625A) is known color: Blue Stone. HEX triplet: 0E, 62 and 5A. RGB value is (14,98,90). Sum of RGB (Red+Green+Blue) = 14+98+90=202 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.93% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 98 - color contains mainly: green. Hex color #0E625A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E625A is #F19DA5. Grayscale: #474747. Windows color (decimal): -15834534 or 5923342. OLE color: 5923342.
HSL color Cylindrical-coordinate representation of color #0E625A: hue angle of 174.29º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E625A is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 14 | 98 | 90 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.62 |
| HSL | 174.29º | 0.75% | 0.22% | - |
| HSV(B) | 174.29º | 0.86% | 0.38% | - |
| XYZ | 6.39 | 9.57 | 11.18 | - |
| YUV | 71.97 | 138.17 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 98 | 90 | 0.86 | 0 | 0.08 | 0.62 | 174.29 | 0.75 | 0.22 |
| Hex | E | 62 | 5A | 56 | 0 | 8 | 3E | AE | 4B | 16 |
| Octal | 16 | 142 | 132 | 126 | 0 | 10 | 76 | 256 | 113 | 26 |
| Binary | 1110 | 1100010 | 1011010 | 1010110 | 0 | 1000 | 111110 | 10101110 | 1001011 | 10110 |
Color Harmonies of #0E625A
Complementary color
Monochromatic Colors of #0E625A
Black with #0E625A
Text Example
Text Example
White with #0E625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E625A; }
p { color: rgb(14,98,90); }
H1.HeaderClassName
{
color: #0E625A;
}
.AnyTagClassName
{
color: #0E625A;
}
</style>
background-color css
<style>
a { background-color: #0E625A; }
a { background-color: rgb(14,98,90); }
div.DivClassName
{
background-color: #0E625A;
}
.BgClassName
{
background-color: #0E625A;
}
</style>
border-color css
<style>
span { border-color: #0E625A; }
span { border-color: rgb(14,98,90); }
td.TdClassName
{
border-color: #0E625A;
}
.TagClassName
{
border-color: #0E625A;
}
</style>