Shades of Blue Stone #1E6E6B
Tints of Blue Stone #1E6E6B
RGB
CMYK
RGB Variations
Color information
#1E6E6B (or 0x1E6E6B) is known color: Blue Stone. HEX triplet: 1E, 6E and 6B. RGB value is (30,110,107). Sum of RGB (Red+Green+Blue) = 30+110+107=247 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.15% from 247); Green value is 110 (43.36% from 255 or 44.53% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 110 - color contains mainly: green. Hex color #1E6E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6E6B is #E19194. Grayscale: #555555. Windows color (decimal): -14782869 or 7040542. OLE color: 7040542.
HSL color Cylindrical-coordinate representation of color #1E6E6B: hue angle of 177.75º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E6E6B is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 30 | 110 | 107 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.57 |
| HSL | 177.75º | 0.57% | 0.27% | - |
| HSV(B) | 177.75º | 0.73% | 0.43% | - |
| XYZ | 8.77 | 12.49 | 15.86 | - |
| YUV | 85.74 | 140 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 110 | 107 | 0.73 | 0 | 0.03 | 0.57 | 177.75 | 0.57 | 0.27 |
| Hex | 1E | 6E | 6B | 49 | 0 | 3 | 39 | B2 | 39 | 1B |
| Octal | 36 | 156 | 153 | 111 | 0 | 3 | 71 | 262 | 71 | 33 |
| Binary | 11110 | 1101110 | 1101011 | 1001001 | 0 | 11 | 111001 | 10110010 | 111001 | 11011 |
Color Harmonies of #1E6E6B
Complementary color
Monochromatic Colors of #1E6E6B
Black with #1E6E6B
Text Example
Text Example
White with #1E6E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6E6B; }
p { color: rgb(30,110,107); }
H1.HeaderClassName
{
color: #1E6E6B;
}
.AnyTagClassName
{
color: #1E6E6B;
}
</style>
background-color css
<style>
a { background-color: #1E6E6B; }
a { background-color: rgb(30,110,107); }
div.DivClassName
{
background-color: #1E6E6B;
}
.BgClassName
{
background-color: #1E6E6B;
}
</style>
border-color css
<style>
span { border-color: #1E6E6B; }
span { border-color: rgb(30,110,107); }
td.TdClassName
{
border-color: #1E6E6B;
}
.TagClassName
{
border-color: #1E6E6B;
}
</style>