Shades of Allports #206E83
Tints of Allports #206E83
RGB
CMYK
RGB Variations
Color information
#206E83 (or 0x206E83) is known color: Allports. HEX triplet: 20, 6E and 83. RGB value is (32,110,131). Sum of RGB (Red+Green+Blue) = 32+110+131=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #206E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206E83 is #DF917C. Grayscale: #585858. Windows color (decimal): -14651773 or 8613408. OLE color: 8613408.
HSL color Cylindrical-coordinate representation of color #206E83: hue angle of 192.73º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #206E83 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 110 | 131 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.49 |
| HSL | 192.73º | 0.61% | 0.32% | - |
| HSV(B) | 192.73º | 0.76% | 0.51% | - |
| XYZ | 10.27 | 13.1 | 23.46 | - |
| YUV | 89.07 | 151.66 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 110 | 131 | 0.76 | 0.16 | 0 | 0.49 | 192.73 | 0.61 | 0.32 |
| Hex | 20 | 6E | 83 | 4C | 10 | 0 | 31 | C1 | 3D | 20 |
| Octal | 40 | 156 | 203 | 114 | 20 | 0 | 61 | 301 | 75 | 40 |
| Binary | 100000 | 1101110 | 10000011 | 1001100 | 10000 | 0 | 110001 | 11000001 | 111101 | 100000 |
Color Harmonies of #206E83
Complementary color
Monochromatic Colors of #206E83
Black with #206E83
Text Example
Text Example
White with #206E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206E83; }
p { color: rgb(32,110,131); }
H1.HeaderClassName
{
color: #206E83;
}
.AnyTagClassName
{
color: #206E83;
}
</style>
background-color css
<style>
a { background-color: #206E83; }
a { background-color: rgb(32,110,131); }
div.DivClassName
{
background-color: #206E83;
}
.BgClassName
{
background-color: #206E83;
}
</style>
border-color css
<style>
span { border-color: #206E83; }
span { border-color: rgb(32,110,131); }
td.TdClassName
{
border-color: #206E83;
}
.TagClassName
{
border-color: #206E83;
}
</style>