Shades of Blue Stone #1E6B60
Tints of Blue Stone #1E6B60
RGB
CMYK
RGB Variations
Color information
#1E6B60 (or 0x1E6B60) is known color: Blue Stone. HEX triplet: 1E, 6B and 60. RGB value is (30,107,96). Sum of RGB (Red+Green+Blue) = 30+107+96=233 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.88% from 233); Green value is 107 (42.19% from 255 or 45.92% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 107 - color contains mainly: green. Hex color #1E6B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6B60 is #E1949F. Grayscale: #525252. Windows color (decimal): -14783648 or 6318878. OLE color: 6318878.
HSL color Cylindrical-coordinate representation of color #1E6B60: hue angle of 171.43º degrees, saturation: 0.56, 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 #1E6B60 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 107 | 96 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.58 |
| HSL | 171.43º | 0.56% | 0.27% | - |
| HSV(B) | 171.43º | 0.72% | 0.42% | - |
| XYZ | 7.9 | 11.64 | 12.9 | - |
| YUV | 82.72 | 135.49 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 107 | 96 | 0.72 | 0 | 0.10 | 0.58 | 171.43 | 0.56 | 0.27 |
| Hex | 1E | 6B | 60 | 48 | 0 | A | 3A | AB | 38 | 1B |
| Octal | 36 | 153 | 140 | 110 | 0 | 12 | 72 | 253 | 70 | 33 |
| Binary | 11110 | 1101011 | 1100000 | 1001000 | 0 | 1010 | 111010 | 10101011 | 111000 | 11011 |
Color Harmonies of #1E6B60
Complementary color
Monochromatic Colors of #1E6B60
Black with #1E6B60
Text Example
Text Example
White with #1E6B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6B60; }
p { color: rgb(30,107,96); }
H1.HeaderClassName
{
color: #1E6B60;
}
.AnyTagClassName
{
color: #1E6B60;
}
</style>
background-color css
<style>
a { background-color: #1E6B60; }
a { background-color: rgb(30,107,96); }
div.DivClassName
{
background-color: #1E6B60;
}
.BgClassName
{
background-color: #1E6B60;
}
</style>
border-color css
<style>
span { border-color: #1E6B60; }
span { border-color: rgb(30,107,96); }
td.TdClassName
{
border-color: #1E6B60;
}
.TagClassName
{
border-color: #1E6B60;
}
</style>