Shades of Allports #206C76
Tints of Allports #206C76
RGB
CMYK
RGB Variations
Color information
#206C76 (or 0x206C76) is known color: Allports. HEX triplet: 20, 6C and 76. RGB value is (32,108,118). Sum of RGB (Red+Green+Blue) = 32+108+118=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 118 - color contains mainly: blue. Hex color #206C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206C76 is #DF9389. Grayscale: #565656. Windows color (decimal): -14652298 or 7760928. OLE color: 7760928.
HSL color Cylindrical-coordinate representation of color #206C76: hue angle of 186.98º 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 #206C76 is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 108 | 118 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.54 |
| HSL | 186.98º | 0.57% | 0.29% | - |
| HSV(B) | 186.98º | 0.73% | 0.46% | - |
| XYZ | 9.23 | 12.34 | 19.04 | - |
| YUV | 86.42 | 145.82 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 118 | 0.73 | 0.08 | 0 | 0.54 | 186.98 | 0.57 | 0.29 |
| Hex | 20 | 6C | 76 | 49 | 8 | 0 | 36 | BB | 39 | 1D |
| Octal | 40 | 154 | 166 | 111 | 10 | 0 | 66 | 273 | 71 | 35 |
| Binary | 100000 | 1101100 | 1110110 | 1001001 | 1000 | 0 | 110110 | 10111011 | 111001 | 11101 |
Color Harmonies of #206C76
Complementary color
Monochromatic Colors of #206C76
Black with #206C76
Text Example
Text Example
White with #206C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206C76; }
p { color: rgb(32,108,118); }
H1.HeaderClassName
{
color: #206C76;
}
.AnyTagClassName
{
color: #206C76;
}
</style>
background-color css
<style>
a { background-color: #206C76; }
a { background-color: rgb(32,108,118); }
div.DivClassName
{
background-color: #206C76;
}
.BgClassName
{
background-color: #206C76;
}
</style>
border-color css
<style>
span { border-color: #206C76; }
span { border-color: rgb(32,108,118); }
td.TdClassName
{
border-color: #206C76;
}
.TagClassName
{
border-color: #206C76;
}
</style>