Shades of Blue Stone #106958
Tints of Blue Stone #106958
RGB
CMYK
RGB Variations
Color information
#106958 (or 0x106958) is known color: Blue Stone. HEX triplet: 10, 69 and 58. RGB value is (16,105,88). Sum of RGB (Red+Green+Blue) = 16+105+88=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 105 (41.41% from 255 or 50.24% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 105 - color contains mainly: green. Hex color #106958 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106958 is #EF96A7. Grayscale: #4C4C4C. Windows color (decimal): -15701672 or 5794064. OLE color: 5794064.
HSL color Cylindrical-coordinate representation of color #106958: hue angle of 168.54º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106958 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 105 | 88 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.59 |
| HSL | 168.54º | 0.74% | 0.24% | - |
| HSV(B) | 168.54º | 0.85% | 0.41% | - |
| XYZ | 7.03 | 10.92 | 10.97 | - |
| YUV | 76.45 | 134.51 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 105 | 88 | 0.85 | 0 | 0.16 | 0.59 | 168.54 | 0.74 | 0.24 |
| Hex | 10 | 69 | 58 | 55 | 0 | 10 | 3B | A9 | 4A | 18 |
| Octal | 20 | 151 | 130 | 125 | 0 | 20 | 73 | 251 | 112 | 30 |
| Binary | 10000 | 1101001 | 1011000 | 1010101 | 0 | 10000 | 111011 | 10101001 | 1001010 | 11000 |
Color Harmonies of #106958
Complementary color
Monochromatic Colors of #106958
Black with #106958
Text Example
Text Example
White with #106958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106958; }
p { color: rgb(16,105,88); }
H1.HeaderClassName
{
color: #106958;
}
.AnyTagClassName
{
color: #106958;
}
</style>
background-color css
<style>
a { background-color: #106958; }
a { background-color: rgb(16,105,88); }
div.DivClassName
{
background-color: #106958;
}
.BgClassName
{
background-color: #106958;
}
</style>
border-color css
<style>
span { border-color: #106958; }
span { border-color: rgb(16,105,88); }
td.TdClassName
{
border-color: #106958;
}
.TagClassName
{
border-color: #106958;
}
</style>