Shades of Blue Stone #10666C
Tints of Blue Stone #10666C
RGB
CMYK
RGB Variations
Color information
#10666C (or 0x10666C) is known color: Blue Stone. HEX triplet: 10, 66 and 6C. RGB value is (16,102,108). Sum of RGB (Red+Green+Blue) = 16+102+108=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #10666C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10666C is #EF9993. Grayscale: #4C4C4C. Windows color (decimal): -15702420 or 7104016. OLE color: 7104016.
HSL color Cylindrical-coordinate representation of color #10666C: hue angle of 183.91º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10666C is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 102 | 108 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.58 |
| HSL | 183.91º | 0.74% | 0.24% | - |
| HSV(B) | 183.91º | 0.85% | 0.42% | - |
| XYZ | 7.67 | 10.7 | 15.85 | - |
| YUV | 76.97 | 145.51 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 102 | 108 | 0.85 | 0.06 | 0 | 0.58 | 183.91 | 0.74 | 0.24 |
| Hex | 10 | 66 | 6C | 55 | 6 | 0 | 3A | B8 | 4A | 18 |
| Octal | 20 | 146 | 154 | 125 | 6 | 0 | 72 | 270 | 112 | 30 |
| Binary | 10000 | 1100110 | 1101100 | 1010101 | 110 | 0 | 111010 | 10111000 | 1001010 | 11000 |
Color Harmonies of #10666C
Complementary color
Monochromatic Colors of #10666C
Black with #10666C
Text Example
Text Example
White with #10666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10666C; }
p { color: rgb(16,102,108); }
H1.HeaderClassName
{
color: #10666C;
}
.AnyTagClassName
{
color: #10666C;
}
</style>
background-color css
<style>
a { background-color: #10666C; }
a { background-color: rgb(16,102,108); }
div.DivClassName
{
background-color: #10666C;
}
.BgClassName
{
background-color: #10666C;
}
</style>
border-color css
<style>
span { border-color: #10666C; }
span { border-color: rgb(16,102,108); }
td.TdClassName
{
border-color: #10666C;
}
.TagClassName
{
border-color: #10666C;
}
</style>