Shades of Allports #206771
Tints of Allports #206771
RGB
CMYK
RGB Variations
Color information
#206771 (or 0x206771) is known color: Allports. HEX triplet: 20, 67 and 71. RGB value is (32,103,113). Sum of RGB (Red+Green+Blue) = 32+103+113=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #206771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206771 is #DF988E. Grayscale: #525252. Windows color (decimal): -14653583 or 7431968. OLE color: 7431968.
HSL color Cylindrical-coordinate representation of color #206771: hue angle of 187.41º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #206771 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 103 | 113 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.56 |
| HSL | 187.41º | 0.56% | 0.28% | - |
| HSV(B) | 187.41º | 0.72% | 0.44% | - |
| XYZ | 8.43 | 11.2 | 17.34 | - |
| YUV | 82.91 | 144.98 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 113 | 0.72 | 0.09 | 0 | 0.56 | 187.41 | 0.56 | 0.28 |
| Hex | 20 | 67 | 71 | 48 | 9 | 0 | 38 | BB | 38 | 1C |
| Octal | 40 | 147 | 161 | 110 | 11 | 0 | 70 | 273 | 70 | 34 |
| Binary | 100000 | 1100111 | 1110001 | 1001000 | 1001 | 0 | 111000 | 10111011 | 111000 | 11100 |
Color Harmonies of #206771
Complementary color
Monochromatic Colors of #206771
Black with #206771
Text Example
Text Example
White with #206771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206771; }
p { color: rgb(32,103,113); }
H1.HeaderClassName
{
color: #206771;
}
.AnyTagClassName
{
color: #206771;
}
</style>
background-color css
<style>
a { background-color: #206771; }
a { background-color: rgb(32,103,113); }
div.DivClassName
{
background-color: #206771;
}
.BgClassName
{
background-color: #206771;
}
</style>
border-color css
<style>
span { border-color: #206771; }
span { border-color: rgb(32,103,113); }
td.TdClassName
{
border-color: #206771;
}
.TagClassName
{
border-color: #206771;
}
</style>