Shades of Blue Stone #106262
Tints of Blue Stone #106262
RGB
CMYK
RGB Variations
Color information
#106262 (or 0x106262) is known color: Blue Stone. HEX triplet: 10, 62 and 62. RGB value is (16,98,98). Sum of RGB (Red+Green+Blue) = 16+98+98=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #106262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106262 is #EF9D9D. Grayscale: #494949. Windows color (decimal): -15703454 or 6447632. OLE color: 6447632.
HSL color Cylindrical-coordinate representation of color #106262: hue angle of 180º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106262 is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 98 | 98 | - |
| CMYK | 0.84 | 0 | 0 | 0.62 |
| HSL | 180º | 0.72% | 0.22% | - |
| HSV(B) | 180º | 0.84% | 0.38% | - |
| XYZ | 6.79 | 9.73 | 13.08 | - |
| YUV | 73.48 | 141.83 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 98 | 0.84 | 0 | 0 | 0.62 | 180 | 0.72 | 0.22 |
| Hex | 10 | 62 | 62 | 54 | 0 | 0 | 3E | B4 | 48 | 16 |
| Octal | 20 | 142 | 142 | 124 | 0 | 0 | 76 | 264 | 110 | 26 |
| Binary | 10000 | 1100010 | 1100010 | 1010100 | 0 | 0 | 111110 | 10110100 | 1001000 | 10110 |
Color Harmonies of #106262
Complementary color
Monochromatic Colors of #106262
Black with #106262
Text Example
Text Example
White with #106262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106262; }
p { color: rgb(16,98,98); }
H1.HeaderClassName
{
color: #106262;
}
.AnyTagClassName
{
color: #106262;
}
</style>
background-color css
<style>
a { background-color: #106262; }
a { background-color: rgb(16,98,98); }
div.DivClassName
{
background-color: #106262;
}
.BgClassName
{
background-color: #106262;
}
</style>
border-color css
<style>
span { border-color: #106262; }
span { border-color: rgb(16,98,98); }
td.TdClassName
{
border-color: #106262;
}
.TagClassName
{
border-color: #106262;
}
</style>