Shades of Allports #20646F
Tints of Allports #20646F
RGB
CMYK
RGB Variations
Color information
#20646F (or 0x20646F) is known color: Allports. HEX triplet: 20, 64 and 6F. RGB value is (32,100,111). Sum of RGB (Red+Green+Blue) = 32+100+111=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 100 (39.45% from 255 or 41.15% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #20646F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20646F is #DF9B90. Grayscale: #505050. Windows color (decimal): -14654353 or 7300128. OLE color: 7300128.
HSL color Cylindrical-coordinate representation of color #20646F: hue angle of 188.35º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20646F is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 100 | 111 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.56 |
| HSL | 188.35º | 0.55% | 0.28% | - |
| HSV(B) | 188.35º | 0.71% | 0.44% | - |
| XYZ | 8.02 | 10.57 | 16.66 | - |
| YUV | 80.92 | 144.97 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 100 | 111 | 0.71 | 0.10 | 0 | 0.56 | 188.35 | 0.55 | 0.28 |
| Hex | 20 | 64 | 6F | 47 | A | 0 | 38 | BC | 37 | 1C |
| Octal | 40 | 144 | 157 | 107 | 12 | 0 | 70 | 274 | 67 | 34 |
| Binary | 100000 | 1100100 | 1101111 | 1000111 | 1010 | 0 | 111000 | 10111100 | 110111 | 11100 |
Color Harmonies of #20646F
Complementary color
Monochromatic Colors of #20646F
Black with #20646F
Text Example
Text Example
White with #20646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20646F; }
p { color: rgb(32,100,111); }
H1.HeaderClassName
{
color: #20646F;
}
.AnyTagClassName
{
color: #20646F;
}
</style>
background-color css
<style>
a { background-color: #20646F; }
a { background-color: rgb(32,100,111); }
div.DivClassName
{
background-color: #20646F;
}
.BgClassName
{
background-color: #20646F;
}
</style>
border-color css
<style>
span { border-color: #20646F; }
span { border-color: rgb(32,100,111); }
td.TdClassName
{
border-color: #20646F;
}
.TagClassName
{
border-color: #20646F;
}
</style>