Shades of Blue Stone #10676A
Tints of Blue Stone #10676A
RGB
CMYK
RGB Variations
Color information
#10676A (or 0x10676A) is known color: Blue Stone. HEX triplet: 10, 67 and 6A. RGB value is (16,103,106). Sum of RGB (Red+Green+Blue) = 16+103+106=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 106 (41.80% from 255 or 47.11% from 225); Max value from RGB is 106 - color contains mainly: blue. Hex color #10676A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10676A is #EF9895. Grayscale: #4D4D4D. Windows color (decimal): -15702166 or 6973200. OLE color: 6973200.
HSL color Cylindrical-coordinate representation of color #10676A: hue angle of 182º 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 #10676A is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 103 | 106 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.58 |
| HSL | 182º | 0.74% | 0.24% | - |
| HSV(B) | 182º | 0.85% | 0.42% | - |
| XYZ | 7.67 | 10.85 | 15.33 | - |
| YUV | 77.33 | 144.18 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 103 | 106 | 0.85 | 0.03 | 0 | 0.58 | 182 | 0.74 | 0.24 |
| Hex | 10 | 67 | 6A | 55 | 3 | 0 | 3A | B6 | 4A | 18 |
| Octal | 20 | 147 | 152 | 125 | 3 | 0 | 72 | 266 | 112 | 30 |
| Binary | 10000 | 1100111 | 1101010 | 1010101 | 11 | 0 | 111010 | 10110110 | 1001010 | 11000 |
Color Harmonies of #10676A
Complementary color
Monochromatic Colors of #10676A
Black with #10676A
Text Example
Text Example
White with #10676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10676A; }
p { color: rgb(16,103,106); }
H1.HeaderClassName
{
color: #10676A;
}
.AnyTagClassName
{
color: #10676A;
}
</style>
background-color css
<style>
a { background-color: #10676A; }
a { background-color: rgb(16,103,106); }
div.DivClassName
{
background-color: #10676A;
}
.BgClassName
{
background-color: #10676A;
}
</style>
border-color css
<style>
span { border-color: #10676A; }
span { border-color: rgb(16,103,106); }
td.TdClassName
{
border-color: #10676A;
}
.TagClassName
{
border-color: #10676A;
}
</style>