Shades of Allports #20697F
Tints of Allports #20697F
RGB
CMYK
RGB Variations
Color information
#20697F (or 0x20697F) is known color: Allports. HEX triplet: 20, 69 and 7F. RGB value is (32,105,127). Sum of RGB (Red+Green+Blue) = 32+105+127=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #20697F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20697F is #DF9680. Grayscale: #555555. Windows color (decimal): -14653057 or 8349984. OLE color: 8349984.
HSL color Cylindrical-coordinate representation of color #20697F: hue angle of 193.89º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20697F is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 105 | 127 | - |
| CMYK | 0.75 | 0.17 | 0 | 0.50 |
| HSL | 193.89º | 0.6% | 0.31% | - |
| HSV(B) | 193.89º | 0.75% | 0.5% | - |
| XYZ | 9.48 | 11.94 | 21.88 | - |
| YUV | 85.68 | 151.32 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 105 | 127 | 0.75 | 0.17 | 0 | 0.50 | 193.89 | 0.6 | 0.31 |
| Hex | 20 | 69 | 7F | 4B | 11 | 0 | 32 | C2 | 3C | 1F |
| Octal | 40 | 151 | 177 | 113 | 21 | 0 | 62 | 302 | 74 | 37 |
| Binary | 100000 | 1101001 | 1111111 | 1001011 | 10001 | 0 | 110010 | 11000010 | 111100 | 11111 |
Color Harmonies of #20697F
Complementary color
Monochromatic Colors of #20697F
Black with #20697F
Text Example
Text Example
White with #20697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20697F; }
p { color: rgb(32,105,127); }
H1.HeaderClassName
{
color: #20697F;
}
.AnyTagClassName
{
color: #20697F;
}
</style>
background-color css
<style>
a { background-color: #20697F; }
a { background-color: rgb(32,105,127); }
div.DivClassName
{
background-color: #20697F;
}
.BgClassName
{
background-color: #20697F;
}
</style>
border-color css
<style>
span { border-color: #20697F; }
span { border-color: rgb(32,105,127); }
td.TdClassName
{
border-color: #20697F;
}
.TagClassName
{
border-color: #20697F;
}
</style>