Shades of Allports #20697C
Tints of Allports #20697C
RGB
CMYK
RGB Variations
Color information
#20697C (or 0x20697C) is known color: Allports. HEX triplet: 20, 69 and 7C. RGB value is (32,105,124). Sum of RGB (Red+Green+Blue) = 32+105+124=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #20697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20697C is #DF9683. Grayscale: #555555. Windows color (decimal): -14653060 or 8153376. OLE color: 8153376.
HSL color Cylindrical-coordinate representation of color #20697C: hue angle of 192.39º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20697C is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 105 | 124 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.51 |
| HSL | 192.39º | 0.59% | 0.31% | - |
| HSV(B) | 192.39º | 0.74% | 0.49% | - |
| XYZ | 9.29 | 11.87 | 20.87 | - |
| YUV | 85.34 | 149.82 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 105 | 124 | 0.74 | 0.15 | 0 | 0.51 | 192.39 | 0.59 | 0.31 |
| Hex | 20 | 69 | 7C | 4A | F | 0 | 33 | C0 | 3B | 1F |
| Octal | 40 | 151 | 174 | 112 | 17 | 0 | 63 | 300 | 73 | 37 |
| Binary | 100000 | 1101001 | 1111100 | 1001010 | 1111 | 0 | 110011 | 11000000 | 111011 | 11111 |
Color Harmonies of #20697C
Complementary color
Monochromatic Colors of #20697C
Black with #20697C
Text Example
Text Example
White with #20697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20697C; }
p { color: rgb(32,105,124); }
H1.HeaderClassName
{
color: #20697C;
}
.AnyTagClassName
{
color: #20697C;
}
</style>
background-color css
<style>
a { background-color: #20697C; }
a { background-color: rgb(32,105,124); }
div.DivClassName
{
background-color: #20697C;
}
.BgClassName
{
background-color: #20697C;
}
</style>
border-color css
<style>
span { border-color: #20697C; }
span { border-color: rgb(32,105,124); }
td.TdClassName
{
border-color: #20697C;
}
.TagClassName
{
border-color: #20697C;
}
</style>