Shades of Allports #20676E
Tints of Allports #20676E
RGB
CMYK
RGB Variations
Color information
#20676E (or 0x20676E) is known color: Allports. HEX triplet: 20, 67 and 6E. RGB value is (32,103,110). Sum of RGB (Red+Green+Blue) = 32+103+110=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 110 - color contains mainly: blue. Hex color #20676E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20676E is #DF9891. Grayscale: #525252. Windows color (decimal): -14653586 or 7235360. OLE color: 7235360.
HSL color Cylindrical-coordinate representation of color #20676E: hue angle of 185.38º 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 #20676E is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 103 | 110 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.57 |
| HSL | 185.38º | 0.55% | 0.28% | - |
| HSV(B) | 185.38º | 0.71% | 0.43% | - |
| XYZ | 8.26 | 11.13 | 16.47 | - |
| YUV | 82.57 | 143.48 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 110 | 0.71 | 0.06 | 0 | 0.57 | 185.38 | 0.55 | 0.28 |
| Hex | 20 | 67 | 6E | 47 | 6 | 0 | 39 | B9 | 37 | 1C |
| Octal | 40 | 147 | 156 | 107 | 6 | 0 | 71 | 271 | 67 | 34 |
| Binary | 100000 | 1100111 | 1101110 | 1000111 | 110 | 0 | 111001 | 10111001 | 110111 | 11100 |
Color Harmonies of #20676E
Complementary color
Monochromatic Colors of #20676E
Black with #20676E
Text Example
Text Example
White with #20676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20676E; }
p { color: rgb(32,103,110); }
H1.HeaderClassName
{
color: #20676E;
}
.AnyTagClassName
{
color: #20676E;
}
</style>
background-color css
<style>
a { background-color: #20676E; }
a { background-color: rgb(32,103,110); }
div.DivClassName
{
background-color: #20676E;
}
.BgClassName
{
background-color: #20676E;
}
</style>
border-color css
<style>
span { border-color: #20676E; }
span { border-color: rgb(32,103,110); }
td.TdClassName
{
border-color: #20676E;
}
.TagClassName
{
border-color: #20676E;
}
</style>