Shades of Blue Stone #106666
Tints of Blue Stone #106666
RGB
CMYK
RGB Variations
Color information
#106666 (or 0x106666) is known color: Blue Stone. HEX triplet: 10, 66 and 66. RGB value is (16,102,102). Sum of RGB (Red+Green+Blue) = 16+102+102=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #106666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106666 is #EF9999. Grayscale: #4C4C4C. Windows color (decimal): -15702426 or 6710800. OLE color: 6710800.
HSL color Cylindrical-coordinate representation of color #106666: hue angle of 180º 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 #106666 is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 16 | 102 | 102 | - |
| CMYK | 0.84 | 0 | 0 | 0.6 |
| HSL | 180º | 0.73% | 0.23% | - |
| HSV(B) | 180º | 0.84% | 0.4% | - |
| XYZ | 7.36 | 10.57 | 14.22 | - |
| YUV | 76.29 | 142.51 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 102 | 102 | 0.84 | 0 | 0 | 0.6 | 180 | 0.73 | 0.23 |
| Hex | 10 | 66 | 66 | 54 | 0 | 0 | 3C | B4 | 49 | 17 |
| Octal | 20 | 146 | 146 | 124 | 0 | 0 | 74 | 264 | 111 | 27 |
| Binary | 10000 | 1100110 | 1100110 | 1010100 | 0 | 0 | 111100 | 10110100 | 1001001 | 10111 |
Color Harmonies of #106666
Complementary color
Monochromatic Colors of #106666
Black with #106666
Text Example
Text Example
White with #106666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106666; }
p { color: rgb(16,102,102); }
H1.HeaderClassName
{
color: #106666;
}
.AnyTagClassName
{
color: #106666;
}
</style>
background-color css
<style>
a { background-color: #106666; }
a { background-color: rgb(16,102,102); }
div.DivClassName
{
background-color: #106666;
}
.BgClassName
{
background-color: #106666;
}
</style>
border-color css
<style>
span { border-color: #106666; }
span { border-color: rgb(16,102,102); }
td.TdClassName
{
border-color: #106666;
}
.TagClassName
{
border-color: #106666;
}
</style>