Shades of Blue Stone #106E63
Tints of Blue Stone #106E63
RGB
CMYK
RGB Variations
Color information
#106E63 (or 0x106E63) is known color: Blue Stone. HEX triplet: 10, 6E and 63. RGB value is (16,110,99). Sum of RGB (Red+Green+Blue) = 16+110+99=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 110 (43.36% from 255 or 48.89% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 110 - color contains mainly: green. Hex color #106E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106E63 is #EF919C. Grayscale: #505050. Windows color (decimal): -15700381 or 6516240. OLE color: 6516240.
HSL color Cylindrical-coordinate representation of color #106E63: hue angle of 172.98º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106E63 is Cyan = 0.85, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 110 | 99 | - |
| CMYK | 0.85 | 0 | 0.1 | 0.57 |
| HSL | 172.98º | 0.75% | 0.25% | - |
| HSV(B) | 172.98º | 0.85% | 0.43% | - |
| XYZ | 8.04 | 12.16 | 13.73 | - |
| YUV | 80.64 | 138.36 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 110 | 99 | 0.85 | 0 | 0.1 | 0.57 | 172.98 | 0.75 | 0.25 |
| Hex | 10 | 6E | 63 | 55 | 0 | A | 39 | AD | 4B | 19 |
| Octal | 20 | 156 | 143 | 125 | 0 | 12 | 71 | 255 | 113 | 31 |
| Binary | 10000 | 1101110 | 1100011 | 1010101 | 0 | 1010 | 111001 | 10101101 | 1001011 | 11001 |
Color Harmonies of #106E63
Complementary color
Monochromatic Colors of #106E63
Black with #106E63
Text Example
Text Example
White with #106E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106E63; }
p { color: rgb(16,110,99); }
H1.HeaderClassName
{
color: #106E63;
}
.AnyTagClassName
{
color: #106E63;
}
</style>
background-color css
<style>
a { background-color: #106E63; }
a { background-color: rgb(16,110,99); }
div.DivClassName
{
background-color: #106E63;
}
.BgClassName
{
background-color: #106E63;
}
</style>
border-color css
<style>
span { border-color: #106E63; }
span { border-color: rgb(16,110,99); }
td.TdClassName
{
border-color: #106E63;
}
.TagClassName
{
border-color: #106E63;
}
</style>