Shades of Blue Stone #106353
Tints of Blue Stone #106353
RGB
CMYK
RGB Variations
Color information
#106353 (or 0x106353) is known color: Blue Stone. HEX triplet: 10, 63 and 53. RGB value is (16,99,83). Sum of RGB (Red+Green+Blue) = 16+99+83=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 99 (39.06% from 255 or 50% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 99 - color contains mainly: green. Hex color #106353 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106353 is #EF9CAC. Grayscale: #484848. Windows color (decimal): -15703213 or 5464848. OLE color: 5464848.
HSL color Cylindrical-coordinate representation of color #106353: hue angle of 168.43º 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 #106353 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 99 | 83 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.61 |
| HSL | 168.43º | 0.72% | 0.23% | - |
| HSV(B) | 168.43º | 0.84% | 0.39% | - |
| XYZ | 6.24 | 9.66 | 9.72 | - |
| YUV | 72.36 | 134 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 99 | 83 | 0.84 | 0 | 0.16 | 0.61 | 168.43 | 0.72 | 0.23 |
| Hex | 10 | 63 | 53 | 54 | 0 | 10 | 3D | A8 | 48 | 17 |
| Octal | 20 | 143 | 123 | 124 | 0 | 20 | 75 | 250 | 110 | 27 |
| Binary | 10000 | 1100011 | 1010011 | 1010100 | 0 | 10000 | 111101 | 10101000 | 1001000 | 10111 |
Color Harmonies of #106353
Complementary color
Monochromatic Colors of #106353
Black with #106353
Text Example
Text Example
White with #106353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106353; }
p { color: rgb(16,99,83); }
H1.HeaderClassName
{
color: #106353;
}
.AnyTagClassName
{
color: #106353;
}
</style>
background-color css
<style>
a { background-color: #106353; }
a { background-color: rgb(16,99,83); }
div.DivClassName
{
background-color: #106353;
}
.BgClassName
{
background-color: #106353;
}
</style>
border-color css
<style>
span { border-color: #106353; }
span { border-color: rgb(16,99,83); }
td.TdClassName
{
border-color: #106353;
}
.TagClassName
{
border-color: #106353;
}
</style>