Shades of Blue Stone #106363
Tints of Blue Stone #106363
RGB
CMYK
RGB Variations
Color information
#106363 (or 0x106363) is known color: Blue Stone. HEX triplet: 10, 63 and 63. RGB value is (16,99,99). Sum of RGB (Red+Green+Blue) = 16+99+99=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #106363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106363 is #EF9C9C. Grayscale: #4A4A4A. Windows color (decimal): -15703197 or 6513424. OLE color: 6513424.
HSL color Cylindrical-coordinate representation of color #106363: hue angle of 180º 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 #106363 is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 99 | 99 | - |
| CMYK | 0.84 | 0 | 0 | 0.61 |
| HSL | 180º | 0.72% | 0.23% | - |
| HSV(B) | 180º | 0.84% | 0.39% | - |
| XYZ | 6.93 | 9.93 | 13.36 | - |
| YUV | 74.18 | 142 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 99 | 99 | 0.84 | 0 | 0 | 0.61 | 180 | 0.72 | 0.23 |
| Hex | 10 | 63 | 63 | 54 | 0 | 0 | 3D | B4 | 48 | 17 |
| Octal | 20 | 143 | 143 | 124 | 0 | 0 | 75 | 264 | 110 | 27 |
| Binary | 10000 | 1100011 | 1100011 | 1010100 | 0 | 0 | 111101 | 10110100 | 1001000 | 10111 |
Color Harmonies of #106363
Complementary color
Monochromatic Colors of #106363
Black with #106363
Text Example
Text Example
White with #106363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106363; }
p { color: rgb(16,99,99); }
H1.HeaderClassName
{
color: #106363;
}
.AnyTagClassName
{
color: #106363;
}
</style>
background-color css
<style>
a { background-color: #106363; }
a { background-color: rgb(16,99,99); }
div.DivClassName
{
background-color: #106363;
}
.BgClassName
{
background-color: #106363;
}
</style>
border-color css
<style>
span { border-color: #106363; }
span { border-color: rgb(16,99,99); }
td.TdClassName
{
border-color: #106363;
}
.TagClassName
{
border-color: #106363;
}
</style>