Shades of Blue Stone #106254
Tints of Blue Stone #106254
RGB
CMYK
RGB Variations
Color information
#106254 (or 0x106254) is known color: Blue Stone. HEX triplet: 10, 62 and 54. RGB value is (16,98,84). Sum of RGB (Red+Green+Blue) = 16+98+84=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 98 (38.67% from 255 or 49.49% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 98 - color contains mainly: green. Hex color #106254 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106254 is #EF9DAB. Grayscale: #474747. Windows color (decimal): -15703468 or 5530128. OLE color: 5530128.
HSL color Cylindrical-coordinate representation of color #106254: hue angle of 169.76º 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 #106254 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 98 | 84 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.62 |
| HSL | 169.76º | 0.72% | 0.22% | - |
| HSV(B) | 169.76º | 0.84% | 0.38% | - |
| XYZ | 6.18 | 9.49 | 9.89 | - |
| YUV | 71.89 | 134.83 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 84 | 0.84 | 0 | 0.14 | 0.62 | 169.76 | 0.72 | 0.22 |
| Hex | 10 | 62 | 54 | 54 | 0 | E | 3E | AA | 48 | 16 |
| Octal | 20 | 142 | 124 | 124 | 0 | 16 | 76 | 252 | 110 | 26 |
| Binary | 10000 | 1100010 | 1010100 | 1010100 | 0 | 1110 | 111110 | 10101010 | 1001000 | 10110 |
Color Harmonies of #106254
Complementary color
Monochromatic Colors of #106254
Black with #106254
Text Example
Text Example
White with #106254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106254; }
p { color: rgb(16,98,84); }
H1.HeaderClassName
{
color: #106254;
}
.AnyTagClassName
{
color: #106254;
}
</style>
background-color css
<style>
a { background-color: #106254; }
a { background-color: rgb(16,98,84); }
div.DivClassName
{
background-color: #106254;
}
.BgClassName
{
background-color: #106254;
}
</style>
border-color css
<style>
span { border-color: #106254; }
span { border-color: rgb(16,98,84); }
td.TdClassName
{
border-color: #106254;
}
.TagClassName
{
border-color: #106254;
}
</style>