Shades of Allports #206B86
Tints of Allports #206B86
RGB
CMYK
RGB Variations
Color information
#206B86 (or 0x206B86) is known color: Allports. HEX triplet: 20, 6B and 86. RGB value is (32,107,134). Sum of RGB (Red+Green+Blue) = 32+107+134=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #206B86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206B86 is #DF9479. Grayscale: #575757. Windows color (decimal): -14652538 or 8809248. OLE color: 8809248.
HSL color Cylindrical-coordinate representation of color #206B86: hue angle of 195.88º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #206B86 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 107 | 134 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.47 |
| HSL | 195.88º | 0.61% | 0.33% | - |
| HSV(B) | 195.88º | 0.76% | 0.53% | - |
| XYZ | 10.16 | 12.54 | 24.44 | - |
| YUV | 87.65 | 154.15 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 107 | 134 | 0.76 | 0.20 | 0 | 0.47 | 195.88 | 0.61 | 0.33 |
| Hex | 20 | 6B | 86 | 4C | 14 | 0 | 2F | C4 | 3D | 21 |
| Octal | 40 | 153 | 206 | 114 | 24 | 0 | 57 | 304 | 75 | 41 |
| Binary | 100000 | 1101011 | 10000110 | 1001100 | 10100 | 0 | 101111 | 11000100 | 111101 | 100001 |
Color Harmonies of #206B86
Complementary color
Monochromatic Colors of #206B86
Black with #206B86
Text Example
Text Example
White with #206B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206B86; }
p { color: rgb(32,107,134); }
H1.HeaderClassName
{
color: #206B86;
}
.AnyTagClassName
{
color: #206B86;
}
</style>
background-color css
<style>
a { background-color: #206B86; }
a { background-color: rgb(32,107,134); }
div.DivClassName
{
background-color: #206B86;
}
.BgClassName
{
background-color: #206B86;
}
</style>
border-color css
<style>
span { border-color: #206B86; }
span { border-color: rgb(32,107,134); }
td.TdClassName
{
border-color: #206B86;
}
.TagClassName
{
border-color: #206B86;
}
</style>