Shades of Blue Stone #106656
Tints of Blue Stone #106656
RGB
CMYK
RGB Variations
Color information
#106656 (or 0x106656) is known color: Blue Stone. HEX triplet: 10, 66 and 56. RGB value is (16,102,86). Sum of RGB (Red+Green+Blue) = 16+102+86=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 102 (40.23% from 255 or 50% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 102 - color contains mainly: green. Hex color #106656 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106656 is #EF99A9. Grayscale: #4A4A4A. Windows color (decimal): -15702442 or 5662224. OLE color: 5662224.
HSL color Cylindrical-coordinate representation of color #106656: hue angle of 168.84º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106656 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 16 | 102 | 86 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.6 |
| HSL | 168.84º | 0.73% | 0.23% | - |
| HSV(B) | 168.84º | 0.84% | 0.4% | - |
| XYZ | 6.64 | 10.28 | 10.44 | - |
| YUV | 74.46 | 134.51 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 102 | 86 | 0.84 | 0 | 0.16 | 0.6 | 168.84 | 0.73 | 0.23 |
| Hex | 10 | 66 | 56 | 54 | 0 | 10 | 3C | A9 | 49 | 17 |
| Octal | 20 | 146 | 126 | 124 | 0 | 20 | 74 | 251 | 111 | 27 |
| Binary | 10000 | 1100110 | 1010110 | 1010100 | 0 | 10000 | 111100 | 10101001 | 1001001 | 10111 |
Color Harmonies of #106656
Complementary color
Monochromatic Colors of #106656
Black with #106656
Text Example
Text Example
White with #106656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106656; }
p { color: rgb(16,102,86); }
H1.HeaderClassName
{
color: #106656;
}
.AnyTagClassName
{
color: #106656;
}
</style>
background-color css
<style>
a { background-color: #106656; }
a { background-color: rgb(16,102,86); }
div.DivClassName
{
background-color: #106656;
}
.BgClassName
{
background-color: #106656;
}
</style>
border-color css
<style>
span { border-color: #106656; }
span { border-color: rgb(16,102,86); }
td.TdClassName
{
border-color: #106656;
}
.TagClassName
{
border-color: #106656;
}
</style>