Shades of Blue Stone #106F6D
Tints of Blue Stone #106F6D
RGB
CMYK
RGB Variations
Color information
#106F6D (or 0x106F6D) is known color: Blue Stone. HEX triplet: 10, 6F and 6D. RGB value is (16,111,109). Sum of RGB (Red+Green+Blue) = 16+111+109=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 111 (43.75% from 255 or 47.03% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 111 - color contains mainly: green. Hex color #106F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106F6D is #EF9092. Grayscale: #525252. Windows color (decimal): -15700115 or 7171856. OLE color: 7171856.
HSL color Cylindrical-coordinate representation of color #106F6D: hue angle of 178.74º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106F6D is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 111 | 109 | - |
| CMYK | 0.86 | 0 | 0.02 | 0.56 |
| HSL | 178.74º | 0.75% | 0.25% | - |
| HSV(B) | 178.74º | 0.86% | 0.44% | - |
| XYZ | 8.66 | 12.58 | 16.44 | - |
| YUV | 82.37 | 143.03 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 111 | 109 | 0.86 | 0 | 0.02 | 0.56 | 178.74 | 0.75 | 0.25 |
| Hex | 10 | 6F | 6D | 56 | 0 | 2 | 38 | B3 | 4B | 19 |
| Octal | 20 | 157 | 155 | 126 | 0 | 2 | 70 | 263 | 113 | 31 |
| Binary | 10000 | 1101111 | 1101101 | 1010110 | 0 | 10 | 111000 | 10110011 | 1001011 | 11001 |
Color Harmonies of #106F6D
Complementary color
Monochromatic Colors of #106F6D
Black with #106F6D
Text Example
Text Example
White with #106F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106F6D; }
p { color: rgb(16,111,109); }
H1.HeaderClassName
{
color: #106F6D;
}
.AnyTagClassName
{
color: #106F6D;
}
</style>
background-color css
<style>
a { background-color: #106F6D; }
a { background-color: rgb(16,111,109); }
div.DivClassName
{
background-color: #106F6D;
}
.BgClassName
{
background-color: #106F6D;
}
</style>
border-color css
<style>
span { border-color: #106F6D; }
span { border-color: rgb(16,111,109); }
td.TdClassName
{
border-color: #106F6D;
}
.TagClassName
{
border-color: #106F6D;
}
</style>