Shades of Blue Stone #105D61
Tints of Blue Stone #105D61
RGB
CMYK
RGB Variations
Color information
#105D61 (or 0x105D61) is known color: Blue Stone. HEX triplet: 10, 5D and 61. RGB value is (16,93,97). Sum of RGB (Red+Green+Blue) = 16+93+97=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #105D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105D61 is #EFA29E. Grayscale: #464646. Windows color (decimal): -15704735 or 6380816. OLE color: 6380816.
HSL color Cylindrical-coordinate representation of color #105D61: hue angle of 182.96º 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 #105D61 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 93 | 97 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.62 |
| HSL | 182.96º | 0.72% | 0.22% | - |
| HSV(B) | 182.96º | 0.84% | 0.38% | - |
| XYZ | 6.29 | 8.8 | 12.68 | - |
| YUV | 70.43 | 142.99 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 97 | 0.84 | 0.04 | 0 | 0.62 | 182.96 | 0.72 | 0.22 |
| Hex | 10 | 5D | 61 | 54 | 4 | 0 | 3E | B7 | 48 | 16 |
| Octal | 20 | 135 | 141 | 124 | 4 | 0 | 76 | 267 | 110 | 26 |
| Binary | 10000 | 1011101 | 1100001 | 1010100 | 100 | 0 | 111110 | 10110111 | 1001000 | 10110 |
Color Harmonies of #105D61
Complementary color
Monochromatic Colors of #105D61
Black with #105D61
Text Example
Text Example
White with #105D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105D61; }
p { color: rgb(16,93,97); }
H1.HeaderClassName
{
color: #105D61;
}
.AnyTagClassName
{
color: #105D61;
}
</style>
background-color css
<style>
a { background-color: #105D61; }
a { background-color: rgb(16,93,97); }
div.DivClassName
{
background-color: #105D61;
}
.BgClassName
{
background-color: #105D61;
}
</style>
border-color css
<style>
span { border-color: #105D61; }
span { border-color: rgb(16,93,97); }
td.TdClassName
{
border-color: #105D61;
}
.TagClassName
{
border-color: #105D61;
}
</style>