Shades of Blue Stone #20676A
Tints of Blue Stone #20676A
RGB
CMYK
RGB Variations
Color information
#20676A (or 0x20676A) is known color: Blue Stone. HEX triplet: 20, 67 and 6A. RGB value is (32,103,106). Sum of RGB (Red+Green+Blue) = 32+103+106=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 106 - color contains mainly: blue. Hex color #20676A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20676A is #DF9895. Grayscale: #525252. Windows color (decimal): -14653590 or 6973216. OLE color: 6973216.
HSL color Cylindrical-coordinate representation of color #20676A: hue angle of 182.43º 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 #20676A is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 103 | 106 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.58 |
| HSL | 182.43º | 0.54% | 0.27% | - |
| HSV(B) | 182.43º | 0.7% | 0.42% | - |
| XYZ | 8.05 | 11.05 | 15.34 | - |
| YUV | 82.11 | 141.48 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 106 | 0.70 | 0.03 | 0 | 0.58 | 182.43 | 0.54 | 0.27 |
| Hex | 20 | 67 | 6A | 46 | 3 | 0 | 3A | B6 | 36 | 1B |
| Octal | 40 | 147 | 152 | 106 | 3 | 0 | 72 | 266 | 66 | 33 |
| Binary | 100000 | 1100111 | 1101010 | 1000110 | 11 | 0 | 111010 | 10110110 | 110110 | 11011 |
Color Harmonies of #20676A
Complementary color
Monochromatic Colors of #20676A
Black with #20676A
Text Example
Text Example
White with #20676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20676A; }
p { color: rgb(32,103,106); }
H1.HeaderClassName
{
color: #20676A;
}
.AnyTagClassName
{
color: #20676A;
}
</style>
background-color css
<style>
a { background-color: #20676A; }
a { background-color: rgb(32,103,106); }
div.DivClassName
{
background-color: #20676A;
}
.BgClassName
{
background-color: #20676A;
}
</style>
border-color css
<style>
span { border-color: #20676A; }
span { border-color: rgb(32,103,106); }
td.TdClassName
{
border-color: #20676A;
}
.TagClassName
{
border-color: #20676A;
}
</style>