Shades of Blue Stone #106269
Tints of Blue Stone #106269
RGB
CMYK
RGB Variations
Color information
#106269 (or 0x106269) is known color: Blue Stone. HEX triplet: 10, 62 and 69. RGB value is (16,98,105). Sum of RGB (Red+Green+Blue) = 16+98+105=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #106269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106269 is #EF9D96. Grayscale: #4A4A4A. Windows color (decimal): -15703447 or 6906384. OLE color: 6906384.
HSL color Cylindrical-coordinate representation of color #106269: hue angle of 184.72º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106269 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 98 | 105 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.59 |
| HSL | 184.72º | 0.74% | 0.24% | - |
| HSV(B) | 184.72º | 0.85% | 0.41% | - |
| XYZ | 7.13 | 9.87 | 14.89 | - |
| YUV | 74.28 | 145.33 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 105 | 0.85 | 0.07 | 0 | 0.59 | 184.72 | 0.74 | 0.24 |
| Hex | 10 | 62 | 69 | 55 | 7 | 0 | 3B | B9 | 4A | 18 |
| Octal | 20 | 142 | 151 | 125 | 7 | 0 | 73 | 271 | 112 | 30 |
| Binary | 10000 | 1100010 | 1101001 | 1010101 | 111 | 0 | 111011 | 10111001 | 1001010 | 11000 |
Color Harmonies of #106269
Complementary color
Monochromatic Colors of #106269
Black with #106269
Text Example
Text Example
White with #106269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106269; }
p { color: rgb(16,98,105); }
H1.HeaderClassName
{
color: #106269;
}
.AnyTagClassName
{
color: #106269;
}
</style>
background-color css
<style>
a { background-color: #106269; }
a { background-color: rgb(16,98,105); }
div.DivClassName
{
background-color: #106269;
}
.BgClassName
{
background-color: #106269;
}
</style>
border-color css
<style>
span { border-color: #106269; }
span { border-color: rgb(16,98,105); }
td.TdClassName
{
border-color: #106269;
}
.TagClassName
{
border-color: #106269;
}
</style>