Shades of Blue Stone #10625C
Tints of Blue Stone #10625C
RGB
CMYK
RGB Variations
Color information
#10625C (or 0x10625C) is known color: Blue Stone. HEX triplet: 10, 62 and 5C. RGB value is (16,98,92). Sum of RGB (Red+Green+Blue) = 16+98+92=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 98 - color contains mainly: green. Hex color #10625C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10625C is #EF9DA3. Grayscale: #484848. Windows color (decimal): -15703460 or 6054416. OLE color: 6054416.
HSL color Cylindrical-coordinate representation of color #10625C: hue angle of 175.61º 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 #10625C is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 98 | 92 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.62 |
| HSL | 175.61º | 0.72% | 0.22% | - |
| HSV(B) | 175.61º | 0.84% | 0.38% | - |
| XYZ | 6.51 | 9.62 | 11.64 | - |
| YUV | 72.8 | 138.83 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 92 | 0.84 | 0 | 0.06 | 0.62 | 175.61 | 0.72 | 0.22 |
| Hex | 10 | 62 | 5C | 54 | 0 | 6 | 3E | B0 | 48 | 16 |
| Octal | 20 | 142 | 134 | 124 | 0 | 6 | 76 | 260 | 110 | 26 |
| Binary | 10000 | 1100010 | 1011100 | 1010100 | 0 | 110 | 111110 | 10110000 | 1001000 | 10110 |
Color Harmonies of #10625C
Complementary color
Monochromatic Colors of #10625C
Black with #10625C
Text Example
Text Example
White with #10625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10625C; }
p { color: rgb(16,98,92); }
H1.HeaderClassName
{
color: #10625C;
}
.AnyTagClassName
{
color: #10625C;
}
</style>
background-color css
<style>
a { background-color: #10625C; }
a { background-color: rgb(16,98,92); }
div.DivClassName
{
background-color: #10625C;
}
.BgClassName
{
background-color: #10625C;
}
</style>
border-color css
<style>
span { border-color: #10625C; }
span { border-color: rgb(16,98,92); }
td.TdClassName
{
border-color: #10625C;
}
.TagClassName
{
border-color: #10625C;
}
</style>