Shades of Blue Stone #106E68
Tints of Blue Stone #106E68
RGB
CMYK
RGB Variations
Color information
#106E68 (or 0x106E68) is known color: Blue Stone. HEX triplet: 10, 6E and 68. RGB value is (16,110,104). Sum of RGB (Red+Green+Blue) = 16+110+104=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 110 (43.36% from 255 or 47.83% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 110 - color contains mainly: green. Hex color #106E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106E68 is #EF9197. Grayscale: #515151. Windows color (decimal): -15700376 or 6843920. OLE color: 6843920.
HSL color Cylindrical-coordinate representation of color #106E68: hue angle of 176.17º 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 #106E68 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 110 | 104 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.57 |
| HSL | 176.17º | 0.75% | 0.25% | - |
| HSV(B) | 176.17º | 0.85% | 0.43% | - |
| XYZ | 8.29 | 12.26 | 15.03 | - |
| YUV | 81.21 | 140.86 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 110 | 104 | 0.85 | 0 | 0.05 | 0.57 | 176.17 | 0.75 | 0.25 |
| Hex | 10 | 6E | 68 | 55 | 0 | 5 | 39 | B0 | 4B | 19 |
| Octal | 20 | 156 | 150 | 125 | 0 | 5 | 71 | 260 | 113 | 31 |
| Binary | 10000 | 1101110 | 1101000 | 1010101 | 0 | 101 | 111001 | 10110000 | 1001011 | 11001 |
Color Harmonies of #106E68
Complementary color
Monochromatic Colors of #106E68
Black with #106E68
Text Example
Text Example
White with #106E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106E68; }
p { color: rgb(16,110,104); }
H1.HeaderClassName
{
color: #106E68;
}
.AnyTagClassName
{
color: #106E68;
}
</style>
background-color css
<style>
a { background-color: #106E68; }
a { background-color: rgb(16,110,104); }
div.DivClassName
{
background-color: #106E68;
}
.BgClassName
{
background-color: #106E68;
}
</style>
border-color css
<style>
span { border-color: #106E68; }
span { border-color: rgb(16,110,104); }
td.TdClassName
{
border-color: #106E68;
}
.TagClassName
{
border-color: #106E68;
}
</style>