Shades of Blue Stone #1E6D60
Tints of Blue Stone #1E6D60
RGB
CMYK
RGB Variations
Color information
#1E6D60 (or 0x1E6D60) is known color: Blue Stone. HEX triplet: 1E, 6D and 60. RGB value is (30,109,96). Sum of RGB (Red+Green+Blue) = 30+109+96=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 109 - color contains mainly: green. Hex color #1E6D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6D60 is #E1929F. Grayscale: #535353. Windows color (decimal): -14783136 or 6319390. OLE color: 6319390.
HSL color Cylindrical-coordinate representation of color #1E6D60: hue angle of 170.13º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E6D60 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 30 | 109 | 96 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.57 |
| HSL | 170.13º | 0.57% | 0.27% | - |
| HSV(B) | 170.13º | 0.72% | 0.43% | - |
| XYZ | 8.12 | 12.06 | 12.97 | - |
| YUV | 83.9 | 134.83 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 109 | 96 | 0.72 | 0 | 0.12 | 0.57 | 170.13 | 0.57 | 0.27 |
| Hex | 1E | 6D | 60 | 48 | 0 | C | 39 | AA | 39 | 1B |
| Octal | 36 | 155 | 140 | 110 | 0 | 14 | 71 | 252 | 71 | 33 |
| Binary | 11110 | 1101101 | 1100000 | 1001000 | 0 | 1100 | 111001 | 10101010 | 111001 | 11011 |
Color Harmonies of #1E6D60
Complementary color
Monochromatic Colors of #1E6D60
Black with #1E6D60
Text Example
Text Example
White with #1E6D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6D60; }
p { color: rgb(30,109,96); }
H1.HeaderClassName
{
color: #1E6D60;
}
.AnyTagClassName
{
color: #1E6D60;
}
</style>
background-color css
<style>
a { background-color: #1E6D60; }
a { background-color: rgb(30,109,96); }
div.DivClassName
{
background-color: #1E6D60;
}
.BgClassName
{
background-color: #1E6D60;
}
</style>
border-color css
<style>
span { border-color: #1E6D60; }
span { border-color: rgb(30,109,96); }
td.TdClassName
{
border-color: #1E6D60;
}
.TagClassName
{
border-color: #1E6D60;
}
</style>