Shades of Allports #20697A
Tints of Allports #20697A
RGB
CMYK
RGB Variations
Color information
#20697A (or 0x20697A) is known color: Allports. HEX triplet: 20, 69 and 7A. RGB value is (32,105,122). Sum of RGB (Red+Green+Blue) = 32+105+122=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #20697A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20697A is #DF9685. Grayscale: #545454. Windows color (decimal): -14653062 or 8022304. OLE color: 8022304.
HSL color Cylindrical-coordinate representation of color #20697A: hue angle of 191.33º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20697A is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 105 | 122 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.52 |
| HSL | 191.33º | 0.58% | 0.3% | - |
| HSV(B) | 191.33º | 0.74% | 0.48% | - |
| XYZ | 9.16 | 11.82 | 20.21 | - |
| YUV | 85.11 | 148.82 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 105 | 122 | 0.74 | 0.14 | 0 | 0.52 | 191.33 | 0.58 | 0.3 |
| Hex | 20 | 69 | 7A | 4A | E | 0 | 34 | BF | 3A | 1E |
| Octal | 40 | 151 | 172 | 112 | 16 | 0 | 64 | 277 | 72 | 36 |
| Binary | 100000 | 1101001 | 1111010 | 1001010 | 1110 | 0 | 110100 | 10111111 | 111010 | 11110 |
Color Harmonies of #20697A
Complementary color
Monochromatic Colors of #20697A
Black with #20697A
Text Example
Text Example
White with #20697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20697A; }
p { color: rgb(32,105,122); }
H1.HeaderClassName
{
color: #20697A;
}
.AnyTagClassName
{
color: #20697A;
}
</style>
background-color css
<style>
a { background-color: #20697A; }
a { background-color: rgb(32,105,122); }
div.DivClassName
{
background-color: #20697A;
}
.BgClassName
{
background-color: #20697A;
}
</style>
border-color css
<style>
span { border-color: #20697A; }
span { border-color: rgb(32,105,122); }
td.TdClassName
{
border-color: #20697A;
}
.TagClassName
{
border-color: #20697A;
}
</style>