Shades of Allports #20687C
Tints of Allports #20687C
RGB
CMYK
RGB Variations
Color information
#20687C (or 0x20687C) is known color: Allports. HEX triplet: 20, 68 and 7C. RGB value is (32,104,124). Sum of RGB (Red+Green+Blue) = 32+104+124=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #20687C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20687C is #DF9783. Grayscale: #545454. Windows color (decimal): -14653316 or 8153120. OLE color: 8153120.
HSL color Cylindrical-coordinate representation of color #20687C: hue angle of 193.04º 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 #20687C is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 104 | 124 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.51 |
| HSL | 193.04º | 0.59% | 0.31% | - |
| HSV(B) | 193.04º | 0.74% | 0.49% | - |
| XYZ | 9.18 | 11.66 | 20.84 | - |
| YUV | 84.75 | 150.15 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 104 | 124 | 0.74 | 0.16 | 0 | 0.51 | 193.04 | 0.59 | 0.31 |
| Hex | 20 | 68 | 7C | 4A | 10 | 0 | 33 | C1 | 3B | 1F |
| Octal | 40 | 150 | 174 | 112 | 20 | 0 | 63 | 301 | 73 | 37 |
| Binary | 100000 | 1101000 | 1111100 | 1001010 | 10000 | 0 | 110011 | 11000001 | 111011 | 11111 |
Color Harmonies of #20687C
Complementary color
Monochromatic Colors of #20687C
Black with #20687C
Text Example
Text Example
White with #20687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20687C; }
p { color: rgb(32,104,124); }
H1.HeaderClassName
{
color: #20687C;
}
.AnyTagClassName
{
color: #20687C;
}
</style>
background-color css
<style>
a { background-color: #20687C; }
a { background-color: rgb(32,104,124); }
div.DivClassName
{
background-color: #20687C;
}
.BgClassName
{
background-color: #20687C;
}
</style>
border-color css
<style>
span { border-color: #20687C; }
span { border-color: rgb(32,104,124); }
td.TdClassName
{
border-color: #20687C;
}
.TagClassName
{
border-color: #20687C;
}
</style>