Shades of Blue Stone #1E686B
Tints of Blue Stone #1E686B
RGB
CMYK
RGB Variations
Color information
#1E686B (or 0x1E686B) is known color: Blue Stone. HEX triplet: 1E, 68 and 6B. RGB value is (30,104,107). Sum of RGB (Red+Green+Blue) = 30+104+107=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 107 - color contains mainly: blue. Hex color #1E686B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E686B is #E19794. Grayscale: #525252. Windows color (decimal): -14784405 or 7039006. OLE color: 7039006.
HSL color Cylindrical-coordinate representation of color #1E686B: hue angle of 182.34º 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 #1E686B is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 104 | 107 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.58 |
| HSL | 182.34º | 0.56% | 0.27% | - |
| HSV(B) | 182.34º | 0.72% | 0.42% | - |
| XYZ | 8.14 | 11.24 | 15.65 | - |
| YUV | 82.22 | 141.98 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 104 | 107 | 0.72 | 0.03 | 0 | 0.58 | 182.34 | 0.56 | 0.27 |
| Hex | 1E | 68 | 6B | 48 | 3 | 0 | 3A | B6 | 38 | 1B |
| Octal | 36 | 150 | 153 | 110 | 3 | 0 | 72 | 266 | 70 | 33 |
| Binary | 11110 | 1101000 | 1101011 | 1001000 | 11 | 0 | 111010 | 10110110 | 111000 | 11011 |
Color Harmonies of #1E686B
Complementary color
Monochromatic Colors of #1E686B
Black with #1E686B
Text Example
Text Example
White with #1E686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E686B; }
p { color: rgb(30,104,107); }
H1.HeaderClassName
{
color: #1E686B;
}
.AnyTagClassName
{
color: #1E686B;
}
</style>
background-color css
<style>
a { background-color: #1E686B; }
a { background-color: rgb(30,104,107); }
div.DivClassName
{
background-color: #1E686B;
}
.BgClassName
{
background-color: #1E686B;
}
</style>
border-color css
<style>
span { border-color: #1E686B; }
span { border-color: rgb(30,104,107); }
td.TdClassName
{
border-color: #1E686B;
}
.TagClassName
{
border-color: #1E686B;
}
</style>