Shades of Blue Stone #106A6C
Tints of Blue Stone #106A6C
RGB
CMYK
RGB Variations
Color information
#106A6C (or 0x106A6C) is known color: Blue Stone. HEX triplet: 10, 6A and 6C. RGB value is (16,106,108). Sum of RGB (Red+Green+Blue) = 16+106+108=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 106 (41.80% from 255 or 46.09% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #106A6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106A6C is #EF9593. Grayscale: #4F4F4F. Windows color (decimal): -15701396 or 7105040. OLE color: 7105040.
HSL color Cylindrical-coordinate representation of color #106A6C: hue angle of 181.3º 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 #106A6C is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 106 | 108 | - |
| CMYK | 0.85 | 0.02 | 0 | 0.58 |
| HSL | 181.3º | 0.74% | 0.24% | - |
| HSV(B) | 181.3º | 0.85% | 0.42% | - |
| XYZ | 8.07 | 11.5 | 15.98 | - |
| YUV | 79.32 | 144.18 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 106 | 108 | 0.85 | 0.02 | 0 | 0.58 | 181.3 | 0.74 | 0.24 |
| Hex | 10 | 6A | 6C | 55 | 2 | 0 | 3A | B5 | 4A | 18 |
| Octal | 20 | 152 | 154 | 125 | 2 | 0 | 72 | 265 | 112 | 30 |
| Binary | 10000 | 1101010 | 1101100 | 1010101 | 10 | 0 | 111010 | 10110101 | 1001010 | 11000 |
Color Harmonies of #106A6C
Complementary color
Monochromatic Colors of #106A6C
Black with #106A6C
Text Example
Text Example
White with #106A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106A6C; }
p { color: rgb(16,106,108); }
H1.HeaderClassName
{
color: #106A6C;
}
.AnyTagClassName
{
color: #106A6C;
}
</style>
background-color css
<style>
a { background-color: #106A6C; }
a { background-color: rgb(16,106,108); }
div.DivClassName
{
background-color: #106A6C;
}
.BgClassName
{
background-color: #106A6C;
}
</style>
border-color css
<style>
span { border-color: #106A6C; }
span { border-color: rgb(16,106,108); }
td.TdClassName
{
border-color: #106A6C;
}
.TagClassName
{
border-color: #106A6C;
}
</style>