Shades of Blue Stone #1E6660
Tints of Blue Stone #1E6660
RGB
CMYK
RGB Variations
Color information
#1E6660 (or 0x1E6660) is known color: Blue Stone. HEX triplet: 1E, 66 and 60. RGB value is (30,102,96). Sum of RGB (Red+Green+Blue) = 30+102+96=228 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.16% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 102 - color contains mainly: green. Hex color #1E6660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6660 is #E1999F. Grayscale: #4F4F4F. Windows color (decimal): -14784928 or 6317598. OLE color: 6317598.
HSL color Cylindrical-coordinate representation of color #1E6660: hue angle of 175º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E6660 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 30 | 102 | 96 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.6 |
| HSL | 175º | 0.55% | 0.26% | - |
| HSV(B) | 175º | 0.71% | 0.4% | - |
| XYZ | 7.4 | 10.62 | 12.73 | - |
| YUV | 79.79 | 137.15 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 102 | 96 | 0.71 | 0 | 0.06 | 0.6 | 175 | 0.55 | 0.26 |
| Hex | 1E | 66 | 60 | 47 | 0 | 6 | 3C | AF | 37 | 1A |
| Octal | 36 | 146 | 140 | 107 | 0 | 6 | 74 | 257 | 67 | 32 |
| Binary | 11110 | 1100110 | 1100000 | 1000111 | 0 | 110 | 111100 | 10101111 | 110111 | 11010 |
Color Harmonies of #1E6660
Complementary color
Monochromatic Colors of #1E6660
Black with #1E6660
Text Example
Text Example
White with #1E6660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6660; }
p { color: rgb(30,102,96); }
H1.HeaderClassName
{
color: #1E6660;
}
.AnyTagClassName
{
color: #1E6660;
}
</style>
background-color css
<style>
a { background-color: #1E6660; }
a { background-color: rgb(30,102,96); }
div.DivClassName
{
background-color: #1E6660;
}
.BgClassName
{
background-color: #1E6660;
}
</style>
border-color css
<style>
span { border-color: #1E6660; }
span { border-color: rgb(30,102,96); }
td.TdClassName
{
border-color: #1E6660;
}
.TagClassName
{
border-color: #1E6660;
}
</style>