Shades of Blue Stone #10676C
Tints of Blue Stone #10676C
RGB
CMYK
RGB Variations
Color information
#10676C (or 0x10676C) is known color: Blue Stone. HEX triplet: 10, 67 and 6C. RGB value is (16,103,108). Sum of RGB (Red+Green+Blue) = 16+103+108=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #10676C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10676C is #EF9893. Grayscale: #4D4D4D. Windows color (decimal): -15702164 or 7104272. OLE color: 7104272.
HSL color Cylindrical-coordinate representation of color #10676C: hue angle of 183.26º 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 #10676C is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 103 | 108 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.58 |
| HSL | 183.26º | 0.74% | 0.24% | - |
| HSV(B) | 183.26º | 0.85% | 0.42% | - |
| XYZ | 7.77 | 10.89 | 15.88 | - |
| YUV | 77.56 | 145.18 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 103 | 108 | 0.85 | 0.05 | 0 | 0.58 | 183.26 | 0.74 | 0.24 |
| Hex | 10 | 67 | 6C | 55 | 5 | 0 | 3A | B7 | 4A | 18 |
| Octal | 20 | 147 | 154 | 125 | 5 | 0 | 72 | 267 | 112 | 30 |
| Binary | 10000 | 1100111 | 1101100 | 1010101 | 101 | 0 | 111010 | 10110111 | 1001010 | 11000 |
Color Harmonies of #10676C
Complementary color
Monochromatic Colors of #10676C
Black with #10676C
Text Example
Text Example
White with #10676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10676C; }
p { color: rgb(16,103,108); }
H1.HeaderClassName
{
color: #10676C;
}
.AnyTagClassName
{
color: #10676C;
}
</style>
background-color css
<style>
a { background-color: #10676C; }
a { background-color: rgb(16,103,108); }
div.DivClassName
{
background-color: #10676C;
}
.BgClassName
{
background-color: #10676C;
}
</style>
border-color css
<style>
span { border-color: #10676C; }
span { border-color: rgb(16,103,108); }
td.TdClassName
{
border-color: #10676C;
}
.TagClassName
{
border-color: #10676C;
}
</style>