Shades of Allports #206A71
Tints of Allports #206A71
RGB
CMYK
RGB Variations
Color information
#206A71 (or 0x206A71) is known color: Allports. HEX triplet: 20, 6A and 71. RGB value is (32,106,113). Sum of RGB (Red+Green+Blue) = 32+106+113=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #206A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206A71 is #DF958E. Grayscale: #545454. Windows color (decimal): -14652815 or 7432736. OLE color: 7432736.
HSL color Cylindrical-coordinate representation of color #206A71: hue angle of 185.19º 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 #206A71 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 106 | 113 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.56 |
| HSL | 185.19º | 0.56% | 0.28% | - |
| HSV(B) | 185.19º | 0.72% | 0.44% | - |
| XYZ | 8.73 | 11.81 | 17.44 | - |
| YUV | 84.67 | 143.98 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 106 | 113 | 0.72 | 0.06 | 0 | 0.56 | 185.19 | 0.56 | 0.28 |
| Hex | 20 | 6A | 71 | 48 | 6 | 0 | 38 | B9 | 38 | 1C |
| Octal | 40 | 152 | 161 | 110 | 6 | 0 | 70 | 271 | 70 | 34 |
| Binary | 100000 | 1101010 | 1110001 | 1001000 | 110 | 0 | 111000 | 10111001 | 111000 | 11100 |
Color Harmonies of #206A71
Complementary color
Monochromatic Colors of #206A71
Black with #206A71
Text Example
Text Example
White with #206A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206A71; }
p { color: rgb(32,106,113); }
H1.HeaderClassName
{
color: #206A71;
}
.AnyTagClassName
{
color: #206A71;
}
</style>
background-color css
<style>
a { background-color: #206A71; }
a { background-color: rgb(32,106,113); }
div.DivClassName
{
background-color: #206A71;
}
.BgClassName
{
background-color: #206A71;
}
</style>
border-color css
<style>
span { border-color: #206A71; }
span { border-color: rgb(32,106,113); }
td.TdClassName
{
border-color: #206A71;
}
.TagClassName
{
border-color: #206A71;
}
</style>