Shades of Blue Stone #1E6C5F
Tints of Blue Stone #1E6C5F
RGB
CMYK
RGB Variations
Color information
#1E6C5F (or 0x1E6C5F) is known color: Blue Stone. HEX triplet: 1E, 6C and 5F. RGB value is (30,108,95). Sum of RGB (Red+Green+Blue) = 30+108+95=233 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.88% from 233); Green value is 108 (42.58% from 255 or 46.35% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 108 - color contains mainly: green. Hex color #1E6C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6C5F is #E193A0. Grayscale: #535353. Windows color (decimal): -14783393 or 6253598. OLE color: 6253598.
HSL color Cylindrical-coordinate representation of color #1E6C5F: hue angle of 170º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E6C5F is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 108 | 95 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.58 |
| HSL | 170º | 0.57% | 0.27% | - |
| HSV(B) | 170º | 0.72% | 0.42% | - |
| XYZ | 7.96 | 11.83 | 12.69 | - |
| YUV | 83.2 | 134.66 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 108 | 95 | 0.72 | 0 | 0.12 | 0.58 | 170 | 0.57 | 0.27 |
| Hex | 1E | 6C | 5F | 48 | 0 | C | 3A | AA | 39 | 1B |
| Octal | 36 | 154 | 137 | 110 | 0 | 14 | 72 | 252 | 71 | 33 |
| Binary | 11110 | 1101100 | 1011111 | 1001000 | 0 | 1100 | 111010 | 10101010 | 111001 | 11011 |
Color Harmonies of #1E6C5F
Complementary color
Monochromatic Colors of #1E6C5F
Black with #1E6C5F
Text Example
Text Example
White with #1E6C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6C5F; }
p { color: rgb(30,108,95); }
H1.HeaderClassName
{
color: #1E6C5F;
}
.AnyTagClassName
{
color: #1E6C5F;
}
</style>
background-color css
<style>
a { background-color: #1E6C5F; }
a { background-color: rgb(30,108,95); }
div.DivClassName
{
background-color: #1E6C5F;
}
.BgClassName
{
background-color: #1E6C5F;
}
</style>
border-color css
<style>
span { border-color: #1E6C5F; }
span { border-color: rgb(30,108,95); }
td.TdClassName
{
border-color: #1E6C5F;
}
.TagClassName
{
border-color: #1E6C5F;
}
</style>