Shades of Blue Stone #106D5E
Tints of Blue Stone #106D5E
RGB
CMYK
RGB Variations
Color information
#106D5E (or 0x106D5E) is known color: Blue Stone. HEX triplet: 10, 6D and 5E. RGB value is (16,109,94). Sum of RGB (Red+Green+Blue) = 16+109+94=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 109 (42.97% from 255 or 49.77% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 109 - color contains mainly: green. Hex color #106D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106D5E is #EF92A1. Grayscale: #4F4F4F. Windows color (decimal): -15700642 or 6188304. OLE color: 6188304.
HSL color Cylindrical-coordinate representation of color #106D5E: hue angle of 170.32º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106D5E is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 109 | 94 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.57 |
| HSL | 170.32º | 0.74% | 0.25% | - |
| HSV(B) | 170.32º | 0.85% | 0.43% | - |
| XYZ | 7.7 | 11.86 | 12.47 | - |
| YUV | 79.48 | 136.19 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 94 | 0.85 | 0 | 0.14 | 0.57 | 170.32 | 0.74 | 0.25 |
| Hex | 10 | 6D | 5E | 55 | 0 | E | 39 | AA | 4A | 19 |
| Octal | 20 | 155 | 136 | 125 | 0 | 16 | 71 | 252 | 112 | 31 |
| Binary | 10000 | 1101101 | 1011110 | 1010101 | 0 | 1110 | 111001 | 10101010 | 1001010 | 11001 |
Color Harmonies of #106D5E
Complementary color
Monochromatic Colors of #106D5E
Black with #106D5E
Text Example
Text Example
White with #106D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106D5E; }
p { color: rgb(16,109,94); }
H1.HeaderClassName
{
color: #106D5E;
}
.AnyTagClassName
{
color: #106D5E;
}
</style>
background-color css
<style>
a { background-color: #106D5E; }
a { background-color: rgb(16,109,94); }
div.DivClassName
{
background-color: #106D5E;
}
.BgClassName
{
background-color: #106D5E;
}
</style>
border-color css
<style>
span { border-color: #106D5E; }
span { border-color: rgb(16,109,94); }
td.TdClassName
{
border-color: #106D5E;
}
.TagClassName
{
border-color: #106D5E;
}
</style>