Shades of Blue Stone #106A69
Tints of Blue Stone #106A69
RGB
CMYK
RGB Variations
Color information
#106A69 (or 0x106A69) is known color: Blue Stone. HEX triplet: 10, 6A and 69. RGB value is (16,106,105). Sum of RGB (Red+Green+Blue) = 16+106+105=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 106 (41.80% from 255 or 46.70% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 106 - color contains mainly: green. Hex color #106A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106A69 is #EF9596. Grayscale: #4E4E4E. Windows color (decimal): -15701399 or 6908432. OLE color: 6908432.
HSL color Cylindrical-coordinate representation of color #106A69: hue angle of 179.33º 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 #106A69 is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 106 | 105 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.58 |
| HSL | 179.33º | 0.74% | 0.24% | - |
| HSV(B) | 179.33º | 0.85% | 0.42% | - |
| XYZ | 7.92 | 11.44 | 15.16 | - |
| YUV | 78.98 | 142.68 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 106 | 105 | 0.85 | 0 | 0.01 | 0.58 | 179.33 | 0.74 | 0.24 |
| Hex | 10 | 6A | 69 | 55 | 0 | 1 | 3A | B3 | 4A | 18 |
| Octal | 20 | 152 | 151 | 125 | 0 | 1 | 72 | 263 | 112 | 30 |
| Binary | 10000 | 1101010 | 1101001 | 1010101 | 0 | 1 | 111010 | 10110011 | 1001010 | 11000 |
Color Harmonies of #106A69
Complementary color
Monochromatic Colors of #106A69
Black with #106A69
Text Example
Text Example
White with #106A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106A69; }
p { color: rgb(16,106,105); }
H1.HeaderClassName
{
color: #106A69;
}
.AnyTagClassName
{
color: #106A69;
}
</style>
background-color css
<style>
a { background-color: #106A69; }
a { background-color: rgb(16,106,105); }
div.DivClassName
{
background-color: #106A69;
}
.BgClassName
{
background-color: #106A69;
}
</style>
border-color css
<style>
span { border-color: #106A69; }
span { border-color: rgb(16,106,105); }
td.TdClassName
{
border-color: #106A69;
}
.TagClassName
{
border-color: #106A69;
}
</style>