Shades of Blue Stone #105C63
Tints of Blue Stone #105C63
RGB
CMYK
RGB Variations
Color information
#105C63 (or 0x105C63) is known color: Blue Stone. HEX triplet: 10, 5C and 63. RGB value is (16,92,99). Sum of RGB (Red+Green+Blue) = 16+92+99=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #105C63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105C63 is #EFA39C. Grayscale: #454545. Windows color (decimal): -15704989 or 6511632. OLE color: 6511632.
HSL color Cylindrical-coordinate representation of color #105C63: hue angle of 185.06º 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 #105C63 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 92 | 99 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.61 |
| HSL | 185.06º | 0.72% | 0.23% | - |
| HSV(B) | 185.06º | 0.84% | 0.39% | - |
| XYZ | 6.29 | 8.67 | 13.15 | - |
| YUV | 70.07 | 144.32 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 99 | 0.84 | 0.07 | 0 | 0.61 | 185.06 | 0.72 | 0.23 |
| Hex | 10 | 5C | 63 | 54 | 7 | 0 | 3D | B9 | 48 | 17 |
| Octal | 20 | 134 | 143 | 124 | 7 | 0 | 75 | 271 | 110 | 27 |
| Binary | 10000 | 1011100 | 1100011 | 1010100 | 111 | 0 | 111101 | 10111001 | 1001000 | 10111 |
Color Harmonies of #105C63
Complementary color
Monochromatic Colors of #105C63
Black with #105C63
Text Example
Text Example
White with #105C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105C63; }
p { color: rgb(16,92,99); }
H1.HeaderClassName
{
color: #105C63;
}
.AnyTagClassName
{
color: #105C63;
}
</style>
background-color css
<style>
a { background-color: #105C63; }
a { background-color: rgb(16,92,99); }
div.DivClassName
{
background-color: #105C63;
}
.BgClassName
{
background-color: #105C63;
}
</style>
border-color css
<style>
span { border-color: #105C63; }
span { border-color: rgb(16,92,99); }
td.TdClassName
{
border-color: #105C63;
}
.TagClassName
{
border-color: #105C63;
}
</style>