Shades of Blue Stone #106C6F
Tints of Blue Stone #106C6F
RGB
CMYK
RGB Variations
Color information
#106C6F (or 0x106C6F) is known color: Blue Stone. HEX triplet: 10, 6C and 6F. RGB value is (16,108,111). Sum of RGB (Red+Green+Blue) = 16+108+111=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 108 (42.58% from 255 or 45.96% from 235); Blue value is 111 (43.75% from 255 or 47.23% from 235); Max value from RGB is 111 - color contains mainly: blue. Hex color #106C6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106C6F is #EF9390. Grayscale: #505050. Windows color (decimal): -15700881 or 7302160. OLE color: 7302160.
HSL color Cylindrical-coordinate representation of color #106C6F: hue angle of 181.89º 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 #106C6F is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 108 | 111 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.56 |
| HSL | 181.89º | 0.75% | 0.25% | - |
| HSV(B) | 181.89º | 0.86% | 0.44% | - |
| XYZ | 8.45 | 11.98 | 16.91 | - |
| YUV | 80.83 | 145.02 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 108 | 111 | 0.86 | 0.03 | 0 | 0.56 | 181.89 | 0.75 | 0.25 |
| Hex | 10 | 6C | 6F | 56 | 3 | 0 | 38 | B6 | 4B | 19 |
| Octal | 20 | 154 | 157 | 126 | 3 | 0 | 70 | 266 | 113 | 31 |
| Binary | 10000 | 1101100 | 1101111 | 1010110 | 11 | 0 | 111000 | 10110110 | 1001011 | 11001 |
Color Harmonies of #106C6F
Complementary color
Monochromatic Colors of #106C6F
Black with #106C6F
Text Example
Text Example
White with #106C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106C6F; }
p { color: rgb(16,108,111); }
H1.HeaderClassName
{
color: #106C6F;
}
.AnyTagClassName
{
color: #106C6F;
}
</style>
background-color css
<style>
a { background-color: #106C6F; }
a { background-color: rgb(16,108,111); }
div.DivClassName
{
background-color: #106C6F;
}
.BgClassName
{
background-color: #106C6F;
}
</style>
border-color css
<style>
span { border-color: #106C6F; }
span { border-color: rgb(16,108,111); }
td.TdClassName
{
border-color: #106C6F;
}
.TagClassName
{
border-color: #106C6F;
}
</style>