Shades of Blue Stone #106D64
Tints of Blue Stone #106D64
RGB
CMYK
RGB Variations
Color information
#106D64 (or 0x106D64) is known color: Blue Stone. HEX triplet: 10, 6D and 64. RGB value is (16,109,100). Sum of RGB (Red+Green+Blue) = 16+109+100=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 109 - color contains mainly: green. Hex color #106D64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106D64 is #EF929B. Grayscale: #505050. Windows color (decimal): -15700636 or 6581520. OLE color: 6581520.
HSL color Cylindrical-coordinate representation of color #106D64: hue angle of 174.19º degrees, saturation: 0.74, 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 #106D64 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 109 | 100 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.57 |
| HSL | 174.19º | 0.74% | 0.25% | - |
| HSV(B) | 174.19º | 0.85% | 0.43% | - |
| XYZ | 7.98 | 11.97 | 13.95 | - |
| YUV | 80.17 | 139.19 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 100 | 0.85 | 0 | 0.08 | 0.57 | 174.19 | 0.74 | 0.25 |
| Hex | 10 | 6D | 64 | 55 | 0 | 8 | 39 | AE | 4A | 19 |
| Octal | 20 | 155 | 144 | 125 | 0 | 10 | 71 | 256 | 112 | 31 |
| Binary | 10000 | 1101101 | 1100100 | 1010101 | 0 | 1000 | 111001 | 10101110 | 1001010 | 11001 |
Color Harmonies of #106D64
Complementary color
Monochromatic Colors of #106D64
Black with #106D64
Text Example
Text Example
White with #106D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106D64; }
p { color: rgb(16,109,100); }
H1.HeaderClassName
{
color: #106D64;
}
.AnyTagClassName
{
color: #106D64;
}
</style>
background-color css
<style>
a { background-color: #106D64; }
a { background-color: rgb(16,109,100); }
div.DivClassName
{
background-color: #106D64;
}
.BgClassName
{
background-color: #106D64;
}
</style>
border-color css
<style>
span { border-color: #106D64; }
span { border-color: rgb(16,109,100); }
td.TdClassName
{
border-color: #106D64;
}
.TagClassName
{
border-color: #106D64;
}
</style>