Shades of Blue Stone #106365
Tints of Blue Stone #106365
RGB
CMYK
RGB Variations
Color information
#106365 (or 0x106365) is known color: Blue Stone. HEX triplet: 10, 63 and 65. RGB value is (16,99,101). Sum of RGB (Red+Green+Blue) = 16+99+101=216 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.41% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 101 - color contains mainly: blue. Hex color #106365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106365 is #EF9C9A. Grayscale: #4A4A4A. Windows color (decimal): -15703195 or 6644496. OLE color: 6644496.
HSL color Cylindrical-coordinate representation of color #106365: hue angle of 181.41º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106365 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 99 | 101 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.60 |
| HSL | 181.41º | 0.73% | 0.23% | - |
| HSV(B) | 181.41º | 0.84% | 0.4% | - |
| XYZ | 7.02 | 9.97 | 13.87 | - |
| YUV | 74.41 | 143 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 99 | 101 | 0.84 | 0.02 | 0 | 0.60 | 181.41 | 0.73 | 0.23 |
| Hex | 10 | 63 | 65 | 54 | 2 | 0 | 3C | B5 | 49 | 17 |
| Octal | 20 | 143 | 145 | 124 | 2 | 0 | 74 | 265 | 111 | 27 |
| Binary | 10000 | 1100011 | 1100101 | 1010100 | 10 | 0 | 111100 | 10110101 | 1001001 | 10111 |
Color Harmonies of #106365
Complementary color
Monochromatic Colors of #106365
Black with #106365
Text Example
Text Example
White with #106365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106365; }
p { color: rgb(16,99,101); }
H1.HeaderClassName
{
color: #106365;
}
.AnyTagClassName
{
color: #106365;
}
</style>
background-color css
<style>
a { background-color: #106365; }
a { background-color: rgb(16,99,101); }
div.DivClassName
{
background-color: #106365;
}
.BgClassName
{
background-color: #106365;
}
</style>
border-color css
<style>
span { border-color: #106365; }
span { border-color: rgb(16,99,101); }
td.TdClassName
{
border-color: #106365;
}
.TagClassName
{
border-color: #106365;
}
</style>