Shades of Blue Stone #10625B
Tints of Blue Stone #10625B
RGB
CMYK
RGB Variations
Color information
#10625B (or 0x10625B) is known color: Blue Stone. HEX triplet: 10, 62 and 5B. RGB value is (16,98,91). Sum of RGB (Red+Green+Blue) = 16+98+91=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #10625B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10625B is #EF9DA4. Grayscale: #484848. Windows color (decimal): -15703461 or 5988880. OLE color: 5988880.
HSL color Cylindrical-coordinate representation of color #10625B: hue angle of 174.88º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10625B is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 98 | 91 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.62 |
| HSL | 174.88º | 0.72% | 0.22% | - |
| HSV(B) | 174.88º | 0.84% | 0.38% | - |
| XYZ | 6.47 | 9.6 | 11.41 | - |
| YUV | 72.68 | 138.33 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 91 | 0.84 | 0 | 0.07 | 0.62 | 174.88 | 0.72 | 0.22 |
| Hex | 10 | 62 | 5B | 54 | 0 | 7 | 3E | AF | 48 | 16 |
| Octal | 20 | 142 | 133 | 124 | 0 | 7 | 76 | 257 | 110 | 26 |
| Binary | 10000 | 1100010 | 1011011 | 1010100 | 0 | 111 | 111110 | 10101111 | 1001000 | 10110 |
Color Harmonies of #10625B
Complementary color
Monochromatic Colors of #10625B
Black with #10625B
Text Example
Text Example
White with #10625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10625B; }
p { color: rgb(16,98,91); }
H1.HeaderClassName
{
color: #10625B;
}
.AnyTagClassName
{
color: #10625B;
}
</style>
background-color css
<style>
a { background-color: #10625B; }
a { background-color: rgb(16,98,91); }
div.DivClassName
{
background-color: #10625B;
}
.BgClassName
{
background-color: #10625B;
}
</style>
border-color css
<style>
span { border-color: #10625B; }
span { border-color: rgb(16,98,91); }
td.TdClassName
{
border-color: #10625B;
}
.TagClassName
{
border-color: #10625B;
}
</style>