Shades of Blue Stone #20686D
Tints of Blue Stone #20686D
RGB
CMYK
RGB Variations
Color information
#20686D (or 0x20686D) is known color: Blue Stone. HEX triplet: 20, 68 and 6D. RGB value is (32,104,109). Sum of RGB (Red+Green+Blue) = 32+104+109=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 109 - color contains mainly: blue. Hex color #20686D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20686D is #DF9792. Grayscale: #525252. Windows color (decimal): -14653331 or 7170080. OLE color: 7170080.
HSL color Cylindrical-coordinate representation of color #20686D: hue angle of 183.9º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20686D is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 104 | 109 | - |
| CMYK | 0.71 | 0.05 | 0 | 0.57 |
| HSL | 183.9º | 0.55% | 0.28% | - |
| HSV(B) | 183.9º | 0.71% | 0.43% | - |
| XYZ | 8.31 | 11.31 | 16.21 | - |
| YUV | 83.04 | 142.65 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 104 | 109 | 0.71 | 0.05 | 0 | 0.57 | 183.9 | 0.55 | 0.28 |
| Hex | 20 | 68 | 6D | 47 | 5 | 0 | 39 | B8 | 37 | 1C |
| Octal | 40 | 150 | 155 | 107 | 5 | 0 | 71 | 270 | 67 | 34 |
| Binary | 100000 | 1101000 | 1101101 | 1000111 | 101 | 0 | 111001 | 10111000 | 110111 | 11100 |
Color Harmonies of #20686D
Complementary color
Monochromatic Colors of #20686D
Black with #20686D
Text Example
Text Example
White with #20686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20686D; }
p { color: rgb(32,104,109); }
H1.HeaderClassName
{
color: #20686D;
}
.AnyTagClassName
{
color: #20686D;
}
</style>
background-color css
<style>
a { background-color: #20686D; }
a { background-color: rgb(32,104,109); }
div.DivClassName
{
background-color: #20686D;
}
.BgClassName
{
background-color: #20686D;
}
</style>
border-color css
<style>
span { border-color: #20686D; }
span { border-color: rgb(32,104,109); }
td.TdClassName
{
border-color: #20686D;
}
.TagClassName
{
border-color: #20686D;
}
</style>