Shades of Allports #206C71
Tints of Allports #206C71
RGB
CMYK
RGB Variations
Color information
#206C71 (or 0x206C71) is known color: Allports. HEX triplet: 20, 6C and 71. RGB value is (32,108,113). Sum of RGB (Red+Green+Blue) = 32+108+113=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 108 (42.58% from 255 or 42.69% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 113 - color contains mainly: blue. Hex color #206C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206C71 is #DF938E. Grayscale: #555555. Windows color (decimal): -14652303 or 7433248. OLE color: 7433248.
HSL color Cylindrical-coordinate representation of color #206C71: hue angle of 183.7º 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 #206C71 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 108 | 113 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.56 |
| HSL | 183.7º | 0.56% | 0.28% | - |
| HSV(B) | 183.7º | 0.72% | 0.44% | - |
| XYZ | 8.94 | 12.22 | 17.51 | - |
| YUV | 85.85 | 143.32 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 113 | 0.72 | 0.04 | 0 | 0.56 | 183.7 | 0.56 | 0.28 |
| Hex | 20 | 6C | 71 | 48 | 4 | 0 | 38 | B8 | 38 | 1C |
| Octal | 40 | 154 | 161 | 110 | 4 | 0 | 70 | 270 | 70 | 34 |
| Binary | 100000 | 1101100 | 1110001 | 1001000 | 100 | 0 | 111000 | 10111000 | 111000 | 11100 |
Color Harmonies of #206C71
Complementary color
Monochromatic Colors of #206C71
Black with #206C71
Text Example
Text Example
White with #206C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206C71; }
p { color: rgb(32,108,113); }
H1.HeaderClassName
{
color: #206C71;
}
.AnyTagClassName
{
color: #206C71;
}
</style>
background-color css
<style>
a { background-color: #206C71; }
a { background-color: rgb(32,108,113); }
div.DivClassName
{
background-color: #206C71;
}
.BgClassName
{
background-color: #206C71;
}
</style>
border-color css
<style>
span { border-color: #206C71; }
span { border-color: rgb(32,108,113); }
td.TdClassName
{
border-color: #206C71;
}
.TagClassName
{
border-color: #206C71;
}
</style>