Shades of Blue Stone #20696B
Tints of Blue Stone #20696B
RGB
CMYK
RGB Variations
Color information
#20696B (or 0x20696B) is known color: Blue Stone. HEX triplet: 20, 69 and 6B. RGB value is (32,105,107). Sum of RGB (Red+Green+Blue) = 32+105+107=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 107 - color contains mainly: blue. Hex color #20696B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20696B is #DF9694. Grayscale: #535353. Windows color (decimal): -14653077 or 7039264. OLE color: 7039264.
HSL color Cylindrical-coordinate representation of color #20696B: hue angle of 181.6º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20696B is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 105 | 107 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.58 |
| HSL | 181.6º | 0.54% | 0.27% | - |
| HSV(B) | 181.6º | 0.7% | 0.42% | - |
| XYZ | 8.3 | 11.47 | 15.69 | - |
| YUV | 83.4 | 141.32 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 105 | 107 | 0.70 | 0.02 | 0 | 0.58 | 181.6 | 0.54 | 0.27 |
| Hex | 20 | 69 | 6B | 46 | 2 | 0 | 3A | B6 | 36 | 1B |
| Octal | 40 | 151 | 153 | 106 | 2 | 0 | 72 | 266 | 66 | 33 |
| Binary | 100000 | 1101001 | 1101011 | 1000110 | 10 | 0 | 111010 | 10110110 | 110110 | 11011 |
Color Harmonies of #20696B
Complementary color
Monochromatic Colors of #20696B
Black with #20696B
Text Example
Text Example
White with #20696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20696B; }
p { color: rgb(32,105,107); }
H1.HeaderClassName
{
color: #20696B;
}
.AnyTagClassName
{
color: #20696B;
}
</style>
background-color css
<style>
a { background-color: #20696B; }
a { background-color: rgb(32,105,107); }
div.DivClassName
{
background-color: #20696B;
}
.BgClassName
{
background-color: #20696B;
}
</style>
border-color css
<style>
span { border-color: #20696B; }
span { border-color: rgb(32,105,107); }
td.TdClassName
{
border-color: #20696B;
}
.TagClassName
{
border-color: #20696B;
}
</style>