Shades of Blue Stone #10626A
Tints of Blue Stone #10626A
RGB
CMYK
RGB Variations
Color information
#10626A (or 0x10626A) is known color: Blue Stone. HEX triplet: 10, 62 and 6A. RGB value is (16,98,106). Sum of RGB (Red+Green+Blue) = 16+98+106=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 106 - color contains mainly: blue. Hex color #10626A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10626A is #EF9D95. Grayscale: #4A4A4A. Windows color (decimal): -15703446 or 6971920. OLE color: 6971920.
HSL color Cylindrical-coordinate representation of color #10626A: hue angle of 185.33º 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 #10626A is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 98 | 106 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.58 |
| HSL | 185.33º | 0.74% | 0.24% | - |
| HSV(B) | 185.33º | 0.85% | 0.42% | - |
| XYZ | 7.18 | 9.89 | 15.17 | - |
| YUV | 74.39 | 145.83 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 106 | 0.85 | 0.08 | 0 | 0.58 | 185.33 | 0.74 | 0.24 |
| Hex | 10 | 62 | 6A | 55 | 8 | 0 | 3A | B9 | 4A | 18 |
| Octal | 20 | 142 | 152 | 125 | 10 | 0 | 72 | 271 | 112 | 30 |
| Binary | 10000 | 1100010 | 1101010 | 1010101 | 1000 | 0 | 111010 | 10111001 | 1001010 | 11000 |
Color Harmonies of #10626A
Complementary color
Monochromatic Colors of #10626A
Black with #10626A
Text Example
Text Example
White with #10626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10626A; }
p { color: rgb(16,98,106); }
H1.HeaderClassName
{
color: #10626A;
}
.AnyTagClassName
{
color: #10626A;
}
</style>
background-color css
<style>
a { background-color: #10626A; }
a { background-color: rgb(16,98,106); }
div.DivClassName
{
background-color: #10626A;
}
.BgClassName
{
background-color: #10626A;
}
</style>
border-color css
<style>
span { border-color: #10626A; }
span { border-color: rgb(16,98,106); }
td.TdClassName
{
border-color: #10626A;
}
.TagClassName
{
border-color: #10626A;
}
</style>