Shades of Blue Stone #106B5B
Tints of Blue Stone #106B5B
RGB
CMYK
RGB Variations
Color information
#106B5B (or 0x106B5B) is known color: Blue Stone. HEX triplet: 10, 6B and 5B. RGB value is (16,107,91). Sum of RGB (Red+Green+Blue) = 16+107+91=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 107 (42.19% from 255 or 50% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 107 - color contains mainly: green. Hex color #106B5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106B5B is #EF94A4. Grayscale: #4D4D4D. Windows color (decimal): -15701157 or 5991184. OLE color: 5991184.
HSL color Cylindrical-coordinate representation of color #106B5B: hue angle of 169.45º 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 #106B5B is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 107 | 91 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.58 |
| HSL | 169.45º | 0.74% | 0.24% | - |
| HSV(B) | 169.45º | 0.85% | 0.42% | - |
| XYZ | 7.36 | 11.38 | 11.71 | - |
| YUV | 77.97 | 135.35 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 107 | 91 | 0.85 | 0 | 0.15 | 0.58 | 169.45 | 0.74 | 0.24 |
| Hex | 10 | 6B | 5B | 55 | 0 | F | 3A | A9 | 4A | 18 |
| Octal | 20 | 153 | 133 | 125 | 0 | 17 | 72 | 251 | 112 | 30 |
| Binary | 10000 | 1101011 | 1011011 | 1010101 | 0 | 1111 | 111010 | 10101001 | 1001010 | 11000 |
Color Harmonies of #106B5B
Complementary color
Monochromatic Colors of #106B5B
Black with #106B5B
Text Example
Text Example
White with #106B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106B5B; }
p { color: rgb(16,107,91); }
H1.HeaderClassName
{
color: #106B5B;
}
.AnyTagClassName
{
color: #106B5B;
}
</style>
background-color css
<style>
a { background-color: #106B5B; }
a { background-color: rgb(16,107,91); }
div.DivClassName
{
background-color: #106B5B;
}
.BgClassName
{
background-color: #106B5B;
}
</style>
border-color css
<style>
span { border-color: #106B5B; }
span { border-color: rgb(16,107,91); }
td.TdClassName
{
border-color: #106B5B;
}
.TagClassName
{
border-color: #106B5B;
}
</style>