Shades of Blue Stone #105E60
Tints of Blue Stone #105E60
RGB
CMYK
RGB Variations
Color information
#105E60 (or 0x105E60) is known color: Blue Stone. HEX triplet: 10, 5E and 60. RGB value is (16,94,96). Sum of RGB (Red+Green+Blue) = 16+94+96=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 94 (37.11% from 255 or 45.63% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #105E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105E60 is #EFA19F. Grayscale: #464646. Windows color (decimal): -15704480 or 6315536. OLE color: 6315536.
HSL color Cylindrical-coordinate representation of color #105E60: hue angle of 181.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105E60 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 94 | 96 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.62 |
| HSL | 181.5º | 0.71% | 0.22% | - |
| HSV(B) | 181.5º | 0.83% | 0.38% | - |
| XYZ | 6.33 | 8.96 | 12.46 | - |
| YUV | 70.91 | 142.16 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 94 | 96 | 0.83 | 0.02 | 0 | 0.62 | 181.5 | 0.71 | 0.22 |
| Hex | 10 | 5E | 60 | 53 | 2 | 0 | 3E | B6 | 47 | 16 |
| Octal | 20 | 136 | 140 | 123 | 2 | 0 | 76 | 266 | 107 | 26 |
| Binary | 10000 | 1011110 | 1100000 | 1010011 | 10 | 0 | 111110 | 10110110 | 1000111 | 10110 |
Color Harmonies of #105E60
Complementary color
Monochromatic Colors of #105E60
Black with #105E60
Text Example
Text Example
White with #105E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105E60; }
p { color: rgb(16,94,96); }
H1.HeaderClassName
{
color: #105E60;
}
.AnyTagClassName
{
color: #105E60;
}
</style>
background-color css
<style>
a { background-color: #105E60; }
a { background-color: rgb(16,94,96); }
div.DivClassName
{
background-color: #105E60;
}
.BgClassName
{
background-color: #105E60;
}
</style>
border-color css
<style>
span { border-color: #105E60; }
span { border-color: rgb(16,94,96); }
td.TdClassName
{
border-color: #105E60;
}
.TagClassName
{
border-color: #105E60;
}
</style>