Shades of Blue Stone #1E6160
Tints of Blue Stone #1E6160
RGB
CMYK
RGB Variations
Color information
#1E6160 (or 0x1E6160) is known color: Blue Stone. HEX triplet: 1E, 61 and 60. RGB value is (30,97,96). Sum of RGB (Red+Green+Blue) = 30+97+96=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #1E6160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6160 is #E19E9F. Grayscale: #4C4C4C. Windows color (decimal): -14786208 or 6316318. OLE color: 6316318.
HSL color Cylindrical-coordinate representation of color #1E6160: hue angle of 179.1º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E6160 is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 97 | 96 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.62 |
| HSL | 179.1º | 0.53% | 0.25% | - |
| HSV(B) | 179.1º | 0.69% | 0.38% | - |
| XYZ | 6.92 | 9.67 | 12.57 | - |
| YUV | 76.85 | 138.8 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 97 | 96 | 0.69 | 0 | 0.01 | 0.62 | 179.1 | 0.53 | 0.25 |
| Hex | 1E | 61 | 60 | 45 | 0 | 1 | 3E | B3 | 35 | 19 |
| Octal | 36 | 141 | 140 | 105 | 0 | 1 | 76 | 263 | 65 | 31 |
| Binary | 11110 | 1100001 | 1100000 | 1000101 | 0 | 1 | 111110 | 10110011 | 110101 | 11001 |
Color Harmonies of #1E6160
Complementary color
Monochromatic Colors of #1E6160
Black with #1E6160
Text Example
Text Example
White with #1E6160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6160; }
p { color: rgb(30,97,96); }
H1.HeaderClassName
{
color: #1E6160;
}
.AnyTagClassName
{
color: #1E6160;
}
</style>
background-color css
<style>
a { background-color: #1E6160; }
a { background-color: rgb(30,97,96); }
div.DivClassName
{
background-color: #1E6160;
}
.BgClassName
{
background-color: #1E6160;
}
</style>
border-color css
<style>
span { border-color: #1E6160; }
span { border-color: rgb(30,97,96); }
td.TdClassName
{
border-color: #1E6160;
}
.TagClassName
{
border-color: #1E6160;
}
</style>