Shades of Allports #206F85
Tints of Allports #206F85
RGB
CMYK
RGB Variations
Color information
#206F85 (or 0x206F85) is known color: Allports. HEX triplet: 20, 6F and 85. RGB value is (32,111,133). Sum of RGB (Red+Green+Blue) = 32+111+133=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #206F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206F85 is #DF907A. Grayscale: #595959. Windows color (decimal): -14651515 or 8744736. OLE color: 8744736.
HSL color Cylindrical-coordinate representation of color #206F85: hue angle of 193.07º 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 #206F85 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 111 | 133 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.48 |
| HSL | 193.07º | 0.61% | 0.32% | - |
| HSV(B) | 193.07º | 0.76% | 0.52% | - |
| XYZ | 10.51 | 13.37 | 24.22 | - |
| YUV | 89.89 | 152.33 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 133 | 0.76 | 0.17 | 0 | 0.48 | 193.07 | 0.61 | 0.32 |
| Hex | 20 | 6F | 85 | 4C | 11 | 0 | 30 | C1 | 3D | 20 |
| Octal | 40 | 157 | 205 | 114 | 21 | 0 | 60 | 301 | 75 | 40 |
| Binary | 100000 | 1101111 | 10000101 | 1001100 | 10001 | 0 | 110000 | 11000001 | 111101 | 100000 |
Color Harmonies of #206F85
Complementary color
Monochromatic Colors of #206F85
Black with #206F85
Text Example
Text Example
White with #206F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206F85; }
p { color: rgb(32,111,133); }
H1.HeaderClassName
{
color: #206F85;
}
.AnyTagClassName
{
color: #206F85;
}
</style>
background-color css
<style>
a { background-color: #206F85; }
a { background-color: rgb(32,111,133); }
div.DivClassName
{
background-color: #206F85;
}
.BgClassName
{
background-color: #206F85;
}
</style>
border-color css
<style>
span { border-color: #206F85; }
span { border-color: rgb(32,111,133); }
td.TdClassName
{
border-color: #206F85;
}
.TagClassName
{
border-color: #206F85;
}
</style>