Shades of Blue Stone #10676D
Tints of Blue Stone #10676D
RGB
CMYK
RGB Variations
Color information
#10676D (or 0x10676D) is known color: Blue Stone. HEX triplet: 10, 67 and 6D. RGB value is (16,103,109). Sum of RGB (Red+Green+Blue) = 16+103+109=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #10676D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10676D is #EF9892. Grayscale: #4D4D4D. Windows color (decimal): -15702163 or 7169808. OLE color: 7169808.
HSL color Cylindrical-coordinate representation of color #10676D: hue angle of 183.87º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10676D is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 103 | 109 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.57 |
| HSL | 183.87º | 0.74% | 0.25% | - |
| HSV(B) | 183.87º | 0.85% | 0.43% | - |
| XYZ | 7.82 | 10.91 | 16.16 | - |
| YUV | 77.67 | 145.68 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 103 | 109 | 0.85 | 0.06 | 0 | 0.57 | 183.87 | 0.74 | 0.25 |
| Hex | 10 | 67 | 6D | 55 | 6 | 0 | 39 | B8 | 4A | 19 |
| Octal | 20 | 147 | 155 | 125 | 6 | 0 | 71 | 270 | 112 | 31 |
| Binary | 10000 | 1100111 | 1101101 | 1010101 | 110 | 0 | 111001 | 10111000 | 1001010 | 11001 |
Color Harmonies of #10676D
Complementary color
Monochromatic Colors of #10676D
Black with #10676D
Text Example
Text Example
White with #10676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10676D; }
p { color: rgb(16,103,109); }
H1.HeaderClassName
{
color: #10676D;
}
.AnyTagClassName
{
color: #10676D;
}
</style>
background-color css
<style>
a { background-color: #10676D; }
a { background-color: rgb(16,103,109); }
div.DivClassName
{
background-color: #10676D;
}
.BgClassName
{
background-color: #10676D;
}
</style>
border-color css
<style>
span { border-color: #10676D; }
span { border-color: rgb(16,103,109); }
td.TdClassName
{
border-color: #10676D;
}
.TagClassName
{
border-color: #10676D;
}
</style>