Shades of Allports #206D80
Tints of Allports #206D80
RGB
CMYK
RGB Variations
Color information
#206D80 (or 0x206D80) is known color: Allports. HEX triplet: 20, 6D and 80. RGB value is (32,109,128). Sum of RGB (Red+Green+Blue) = 32+109+128=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 109 (42.97% from 255 or 40.52% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #206D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206D80 is #DF927F. Grayscale: #575757. Windows color (decimal): -14652032 or 8416544. OLE color: 8416544.
HSL color Cylindrical-coordinate representation of color #206D80: hue angle of 191.88º 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 #206D80 is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 109 | 128 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.50 |
| HSL | 191.88º | 0.6% | 0.31% | - |
| HSV(B) | 191.88º | 0.75% | 0.5% | - |
| XYZ | 9.96 | 12.8 | 22.37 | - |
| YUV | 88.14 | 150.49 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 109 | 128 | 0.75 | 0.15 | 0 | 0.50 | 191.88 | 0.6 | 0.31 |
| Hex | 20 | 6D | 80 | 4B | F | 0 | 32 | C0 | 3C | 1F |
| Octal | 40 | 155 | 200 | 113 | 17 | 0 | 62 | 300 | 74 | 37 |
| Binary | 100000 | 1101101 | 10000000 | 1001011 | 1111 | 0 | 110010 | 11000000 | 111100 | 11111 |
Color Harmonies of #206D80
Complementary color
Monochromatic Colors of #206D80
Black with #206D80
Text Example
Text Example
White with #206D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206D80; }
p { color: rgb(32,109,128); }
H1.HeaderClassName
{
color: #206D80;
}
.AnyTagClassName
{
color: #206D80;
}
</style>
background-color css
<style>
a { background-color: #206D80; }
a { background-color: rgb(32,109,128); }
div.DivClassName
{
background-color: #206D80;
}
.BgClassName
{
background-color: #206D80;
}
</style>
border-color css
<style>
span { border-color: #206D80; }
span { border-color: rgb(32,109,128); }
td.TdClassName
{
border-color: #206D80;
}
.TagClassName
{
border-color: #206D80;
}
</style>