Shades of Blue Stone #10706B
Tints of Blue Stone #10706B
RGB
CMYK
RGB Variations
Color information
#10706B (or 0x10706B) is known color: Blue Stone. HEX triplet: 10, 70 and 6B. RGB value is (16,112,107). Sum of RGB (Red+Green+Blue) = 16+112+107=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #10706B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10706B is #EF8F94. Grayscale: #525252. Windows color (decimal): -15699861 or 7041040. OLE color: 7041040.
HSL color Cylindrical-coordinate representation of color #10706B: hue angle of 176.88º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10706B is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 112 | 107 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.56 |
| HSL | 176.88º | 0.75% | 0.25% | - |
| HSV(B) | 176.88º | 0.86% | 0.44% | - |
| XYZ | 8.66 | 12.76 | 15.92 | - |
| YUV | 82.73 | 141.7 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 112 | 107 | 0.86 | 0 | 0.04 | 0.56 | 176.88 | 0.75 | 0.25 |
| Hex | 10 | 70 | 6B | 56 | 0 | 4 | 38 | B1 | 4B | 19 |
| Octal | 20 | 160 | 153 | 126 | 0 | 4 | 70 | 261 | 113 | 31 |
| Binary | 10000 | 1110000 | 1101011 | 1010110 | 0 | 100 | 111000 | 10110001 | 1001011 | 11001 |
Color Harmonies of #10706B
Complementary color
Monochromatic Colors of #10706B
Black with #10706B
Text Example
Text Example
White with #10706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10706B; }
p { color: rgb(16,112,107); }
H1.HeaderClassName
{
color: #10706B;
}
.AnyTagClassName
{
color: #10706B;
}
</style>
background-color css
<style>
a { background-color: #10706B; }
a { background-color: rgb(16,112,107); }
div.DivClassName
{
background-color: #10706B;
}
.BgClassName
{
background-color: #10706B;
}
</style>
border-color css
<style>
span { border-color: #10706B; }
span { border-color: rgb(16,112,107); }
td.TdClassName
{
border-color: #10706B;
}
.TagClassName
{
border-color: #10706B;
}
</style>