Shades of Blue Stone #106D5C
Tints of Blue Stone #106D5C
RGB
CMYK
RGB Variations
Color information
#106D5C (or 0x106D5C) is known color: Blue Stone. HEX triplet: 10, 6D and 5C. RGB value is (16,109,92). Sum of RGB (Red+Green+Blue) = 16+109+92=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 109 (42.97% from 255 or 50.23% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 109 - color contains mainly: green. Hex color #106D5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106D5C is #EF92A3. Grayscale: #4F4F4F. Windows color (decimal): -15700644 or 6057232. OLE color: 6057232.
HSL color Cylindrical-coordinate representation of color #106D5C: hue angle of 169.03º 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 #106D5C is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 109 | 92 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.57 |
| HSL | 169.03º | 0.74% | 0.25% | - |
| HSV(B) | 169.03º | 0.85% | 0.43% | - |
| XYZ | 7.61 | 11.82 | 12.01 | - |
| YUV | 79.26 | 135.19 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 92 | 0.85 | 0 | 0.16 | 0.57 | 169.03 | 0.74 | 0.25 |
| Hex | 10 | 6D | 5C | 55 | 0 | 10 | 39 | A9 | 4A | 19 |
| Octal | 20 | 155 | 134 | 125 | 0 | 20 | 71 | 251 | 112 | 31 |
| Binary | 10000 | 1101101 | 1011100 | 1010101 | 0 | 10000 | 111001 | 10101001 | 1001010 | 11001 |
Color Harmonies of #106D5C
Complementary color
Monochromatic Colors of #106D5C
Black with #106D5C
Text Example
Text Example
White with #106D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106D5C; }
p { color: rgb(16,109,92); }
H1.HeaderClassName
{
color: #106D5C;
}
.AnyTagClassName
{
color: #106D5C;
}
</style>
background-color css
<style>
a { background-color: #106D5C; }
a { background-color: rgb(16,109,92); }
div.DivClassName
{
background-color: #106D5C;
}
.BgClassName
{
background-color: #106D5C;
}
</style>
border-color css
<style>
span { border-color: #106D5C; }
span { border-color: rgb(16,109,92); }
td.TdClassName
{
border-color: #106D5C;
}
.TagClassName
{
border-color: #106D5C;
}
</style>