Shades of Blue Stone #105E64
Tints of Blue Stone #105E64
RGB
CMYK
RGB Variations
Color information
#105E64 (or 0x105E64) is known color: Blue Stone. HEX triplet: 10, 5E and 64. RGB value is (16,94,100). Sum of RGB (Red+Green+Blue) = 16+94+100=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 94 (37.11% from 255 or 44.76% from 210); Blue value is 100 (39.45% from 255 or 47.62% from 210); Max value from RGB is 100 - color contains mainly: blue. Hex color #105E64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105E64 is #EFA19B. Grayscale: #474747. Windows color (decimal): -15704476 or 6577680. OLE color: 6577680.
HSL color Cylindrical-coordinate representation of color #105E64: hue angle of 184.29º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #105E64 is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 94 | 100 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.61 |
| HSL | 184.29º | 0.72% | 0.23% | - |
| HSV(B) | 184.29º | 0.84% | 0.39% | - |
| XYZ | 6.52 | 9.04 | 13.46 | - |
| YUV | 71.36 | 144.16 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 94 | 100 | 0.84 | 0.06 | 0 | 0.61 | 184.29 | 0.72 | 0.23 |
| Hex | 10 | 5E | 64 | 54 | 6 | 0 | 3D | B8 | 48 | 17 |
| Octal | 20 | 136 | 144 | 124 | 6 | 0 | 75 | 270 | 110 | 27 |
| Binary | 10000 | 1011110 | 1100100 | 1010100 | 110 | 0 | 111101 | 10111000 | 1001000 | 10111 |
Color Harmonies of #105E64
Complementary color
Monochromatic Colors of #105E64
Black with #105E64
Text Example
Text Example
White with #105E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105E64; }
p { color: rgb(16,94,100); }
H1.HeaderClassName
{
color: #105E64;
}
.AnyTagClassName
{
color: #105E64;
}
</style>
background-color css
<style>
a { background-color: #105E64; }
a { background-color: rgb(16,94,100); }
div.DivClassName
{
background-color: #105E64;
}
.BgClassName
{
background-color: #105E64;
}
</style>
border-color css
<style>
span { border-color: #105E64; }
span { border-color: rgb(16,94,100); }
td.TdClassName
{
border-color: #105E64;
}
.TagClassName
{
border-color: #105E64;
}
</style>