Shades of Allports #206F76
Tints of Allports #206F76
RGB
CMYK
RGB Variations
Color information
#206F76 (or 0x206F76) is known color: Allports. HEX triplet: 20, 6F and 76. RGB value is (32,111,118). Sum of RGB (Red+Green+Blue) = 32+111+118=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #206F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206F76 is #DF9089. Grayscale: #585858. Windows color (decimal): -14651530 or 7761696. OLE color: 7761696.
HSL color Cylindrical-coordinate representation of color #206F76: hue angle of 184.88º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #206F76 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 111 | 118 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.54 |
| HSL | 184.88º | 0.57% | 0.29% | - |
| HSV(B) | 184.88º | 0.73% | 0.46% | - |
| XYZ | 9.55 | 12.98 | 19.14 | - |
| YUV | 88.18 | 144.83 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 118 | 0.73 | 0.06 | 0 | 0.54 | 184.88 | 0.57 | 0.29 |
| Hex | 20 | 6F | 76 | 49 | 6 | 0 | 36 | B9 | 39 | 1D |
| Octal | 40 | 157 | 166 | 111 | 6 | 0 | 66 | 271 | 71 | 35 |
| Binary | 100000 | 1101111 | 1110110 | 1001001 | 110 | 0 | 110110 | 10111001 | 111001 | 11101 |
Color Harmonies of #206F76
Complementary color
Monochromatic Colors of #206F76
Black with #206F76
Text Example
Text Example
White with #206F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206F76; }
p { color: rgb(32,111,118); }
H1.HeaderClassName
{
color: #206F76;
}
.AnyTagClassName
{
color: #206F76;
}
</style>
background-color css
<style>
a { background-color: #206F76; }
a { background-color: rgb(32,111,118); }
div.DivClassName
{
background-color: #206F76;
}
.BgClassName
{
background-color: #206F76;
}
</style>
border-color css
<style>
span { border-color: #206F76; }
span { border-color: rgb(32,111,118); }
td.TdClassName
{
border-color: #206F76;
}
.TagClassName
{
border-color: #206F76;
}
</style>