Shades of Blue Stone #107063
Tints of Blue Stone #107063
RGB
CMYK
RGB Variations
Color information
#107063 (or 0x107063) is known color: Blue Stone. HEX triplet: 10, 70 and 63. RGB value is (16,112,99). Sum of RGB (Red+Green+Blue) = 16+112+99=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #107063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107063 is #EF8F9C. Grayscale: #515151. Windows color (decimal): -15699869 or 6516752. OLE color: 6516752.
HSL color Cylindrical-coordinate representation of color #107063: hue angle of 171.88º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107063 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 112 | 99 | - |
| CMYK | 0.86 | 0 | 0.12 | 0.56 |
| HSL | 171.88º | 0.75% | 0.25% | - |
| HSV(B) | 171.88º | 0.86% | 0.44% | - |
| XYZ | 8.26 | 12.6 | 13.8 | - |
| YUV | 81.81 | 137.7 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 112 | 99 | 0.86 | 0 | 0.12 | 0.56 | 171.88 | 0.75 | 0.25 |
| Hex | 10 | 70 | 63 | 56 | 0 | C | 38 | AC | 4B | 19 |
| Octal | 20 | 160 | 143 | 126 | 0 | 14 | 70 | 254 | 113 | 31 |
| Binary | 10000 | 1110000 | 1100011 | 1010110 | 0 | 1100 | 111000 | 10101100 | 1001011 | 11001 |
Color Harmonies of #107063
Complementary color
Monochromatic Colors of #107063
Black with #107063
Text Example
Text Example
White with #107063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107063; }
p { color: rgb(16,112,99); }
H1.HeaderClassName
{
color: #107063;
}
.AnyTagClassName
{
color: #107063;
}
</style>
background-color css
<style>
a { background-color: #107063; }
a { background-color: rgb(16,112,99); }
div.DivClassName
{
background-color: #107063;
}
.BgClassName
{
background-color: #107063;
}
</style>
border-color css
<style>
span { border-color: #107063; }
span { border-color: rgb(16,112,99); }
td.TdClassName
{
border-color: #107063;
}
.TagClassName
{
border-color: #107063;
}
</style>