Shades of Blue Stone #1E6168
Tints of Blue Stone #1E6168
RGB
CMYK
RGB Variations
Color information
#1E6168 (or 0x1E6168) is known color: Blue Stone. HEX triplet: 1E, 61 and 68. RGB value is (30,97,104). Sum of RGB (Red+Green+Blue) = 30+97+104=231 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.99% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 104 - color contains mainly: blue. Hex color #1E6168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6168 is #E19E97. Grayscale: #4D4D4D. Windows color (decimal): -14786200 or 6840606. OLE color: 6840606.
HSL color Cylindrical-coordinate representation of color #1E6168: hue angle of 185.68º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E6168 is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 97 | 104 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.59 |
| HSL | 185.68º | 0.55% | 0.26% | - |
| HSV(B) | 185.68º | 0.71% | 0.41% | - |
| XYZ | 7.31 | 9.82 | 14.61 | - |
| YUV | 77.77 | 142.8 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 97 | 104 | 0.71 | 0.07 | 0 | 0.59 | 185.68 | 0.55 | 0.26 |
| Hex | 1E | 61 | 68 | 47 | 7 | 0 | 3B | BA | 37 | 1A |
| Octal | 36 | 141 | 150 | 107 | 7 | 0 | 73 | 272 | 67 | 32 |
| Binary | 11110 | 1100001 | 1101000 | 1000111 | 111 | 0 | 111011 | 10111010 | 110111 | 11010 |
Color Harmonies of #1E6168
Complementary color
Monochromatic Colors of #1E6168
Black with #1E6168
Text Example
Text Example
White with #1E6168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6168; }
p { color: rgb(30,97,104); }
H1.HeaderClassName
{
color: #1E6168;
}
.AnyTagClassName
{
color: #1E6168;
}
</style>
background-color css
<style>
a { background-color: #1E6168; }
a { background-color: rgb(30,97,104); }
div.DivClassName
{
background-color: #1E6168;
}
.BgClassName
{
background-color: #1E6168;
}
</style>
border-color css
<style>
span { border-color: #1E6168; }
span { border-color: rgb(30,97,104); }
td.TdClassName
{
border-color: #1E6168;
}
.TagClassName
{
border-color: #1E6168;
}
</style>