Shades of Blue Stone #106061
Tints of Blue Stone #106061
RGB
CMYK
RGB Variations
Color information
#106061 (or 0x106061) is known color: Blue Stone. HEX triplet: 10, 60 and 61. RGB value is (16,96,97). Sum of RGB (Red+Green+Blue) = 16+96+97=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #106061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106061 is #EF9F9E. Grayscale: #484848. Windows color (decimal): -15703967 or 6381584. OLE color: 6381584.
HSL color Cylindrical-coordinate representation of color #106061: hue angle of 180.74º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106061 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 96 | 97 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.62 |
| HSL | 180.74º | 0.72% | 0.22% | - |
| HSV(B) | 180.74º | 0.84% | 0.38% | - |
| XYZ | 6.55 | 9.34 | 12.77 | - |
| YUV | 72.19 | 142 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 96 | 97 | 0.84 | 0.01 | 0 | 0.62 | 180.74 | 0.72 | 0.22 |
| Hex | 10 | 60 | 61 | 54 | 1 | 0 | 3E | B5 | 48 | 16 |
| Octal | 20 | 140 | 141 | 124 | 1 | 0 | 76 | 265 | 110 | 26 |
| Binary | 10000 | 1100000 | 1100001 | 1010100 | 1 | 0 | 111110 | 10110101 | 1001000 | 10110 |
Color Harmonies of #106061
Complementary color
Monochromatic Colors of #106061
Black with #106061
Text Example
Text Example
White with #106061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106061; }
p { color: rgb(16,96,97); }
H1.HeaderClassName
{
color: #106061;
}
.AnyTagClassName
{
color: #106061;
}
</style>
background-color css
<style>
a { background-color: #106061; }
a { background-color: rgb(16,96,97); }
div.DivClassName
{
background-color: #106061;
}
.BgClassName
{
background-color: #106061;
}
</style>
border-color css
<style>
span { border-color: #106061; }
span { border-color: rgb(16,96,97); }
td.TdClassName
{
border-color: #106061;
}
.TagClassName
{
border-color: #106061;
}
</style>