Shades of Allports #206A85
Tints of Allports #206A85
RGB
CMYK
RGB Variations
Color information
#206A85 (or 0x206A85) is known color: Allports. HEX triplet: 20, 6A and 85. RGB value is (32,106,133). Sum of RGB (Red+Green+Blue) = 32+106+133=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #206A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206A85 is #DF957A. Grayscale: #565656. Windows color (decimal): -14652795 or 8743456. OLE color: 8743456.
HSL color Cylindrical-coordinate representation of color #206A85: hue angle of 196.04º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #206A85 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 106 | 133 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.48 |
| HSL | 196.04º | 0.61% | 0.32% | - |
| HSV(B) | 196.04º | 0.76% | 0.52% | - |
| XYZ | 9.98 | 12.31 | 24.04 | - |
| YUV | 86.95 | 153.98 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 106 | 133 | 0.76 | 0.20 | 0 | 0.48 | 196.04 | 0.61 | 0.32 |
| Hex | 20 | 6A | 85 | 4C | 14 | 0 | 30 | C4 | 3D | 20 |
| Octal | 40 | 152 | 205 | 114 | 24 | 0 | 60 | 304 | 75 | 40 |
| Binary | 100000 | 1101010 | 10000101 | 1001100 | 10100 | 0 | 110000 | 11000100 | 111101 | 100000 |
Color Harmonies of #206A85
Complementary color
Monochromatic Colors of #206A85
Black with #206A85
Text Example
Text Example
White with #206A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206A85; }
p { color: rgb(32,106,133); }
H1.HeaderClassName
{
color: #206A85;
}
.AnyTagClassName
{
color: #206A85;
}
</style>
background-color css
<style>
a { background-color: #206A85; }
a { background-color: rgb(32,106,133); }
div.DivClassName
{
background-color: #206A85;
}
.BgClassName
{
background-color: #206A85;
}
</style>
border-color css
<style>
span { border-color: #206A85; }
span { border-color: rgb(32,106,133); }
td.TdClassName
{
border-color: #206A85;
}
.TagClassName
{
border-color: #206A85;
}
</style>