Shades of Blue Stone #106B5A
Tints of Blue Stone #106B5A
RGB
CMYK
RGB Variations
Color information
#106B5A (or 0x106B5A) is known color: Blue Stone. HEX triplet: 10, 6B and 5A. RGB value is (16,107,90). Sum of RGB (Red+Green+Blue) = 16+107+90=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 107 (42.19% from 255 or 50.23% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 107 - color contains mainly: green. Hex color #106B5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106B5A is #EF94A5. Grayscale: #4D4D4D. Windows color (decimal): -15701158 or 5925648. OLE color: 5925648.
HSL color Cylindrical-coordinate representation of color #106B5A: hue angle of 168.79º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106B5A is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 107 | 90 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.58 |
| HSL | 168.79º | 0.74% | 0.24% | - |
| HSV(B) | 168.79º | 0.85% | 0.42% | - |
| XYZ | 7.32 | 11.36 | 11.48 | - |
| YUV | 77.85 | 134.85 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 107 | 90 | 0.85 | 0 | 0.16 | 0.58 | 168.79 | 0.74 | 0.24 |
| Hex | 10 | 6B | 5A | 55 | 0 | 10 | 3A | A9 | 4A | 18 |
| Octal | 20 | 153 | 132 | 125 | 0 | 20 | 72 | 251 | 112 | 30 |
| Binary | 10000 | 1101011 | 1011010 | 1010101 | 0 | 10000 | 111010 | 10101001 | 1001010 | 11000 |
Color Harmonies of #106B5A
Complementary color
Monochromatic Colors of #106B5A
Black with #106B5A
Text Example
Text Example
White with #106B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106B5A; }
p { color: rgb(16,107,90); }
H1.HeaderClassName
{
color: #106B5A;
}
.AnyTagClassName
{
color: #106B5A;
}
</style>
background-color css
<style>
a { background-color: #106B5A; }
a { background-color: rgb(16,107,90); }
div.DivClassName
{
background-color: #106B5A;
}
.BgClassName
{
background-color: #106B5A;
}
</style>
border-color css
<style>
span { border-color: #106B5A; }
span { border-color: rgb(16,107,90); }
td.TdClassName
{
border-color: #106B5A;
}
.TagClassName
{
border-color: #106B5A;
}
</style>