Shades of Allports #206576
Tints of Allports #206576
RGB
CMYK
RGB Variations
Color information
#206576 (or 0x206576) is known color: Allports. HEX triplet: 20, 65 and 76. RGB value is (32,101,118). Sum of RGB (Red+Green+Blue) = 32+101+118=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #206576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206576 is #DF9A89. Grayscale: #525252. Windows color (decimal): -14654090 or 7759136. OLE color: 7759136.
HSL color Cylindrical-coordinate representation of color #206576: hue angle of 191.86º 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 #206576 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 101 | 118 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.54 |
| HSL | 191.86º | 0.57% | 0.29% | - |
| HSV(B) | 191.86º | 0.73% | 0.46% | - |
| XYZ | 8.52 | 10.92 | 18.8 | - |
| YUV | 82.31 | 148.14 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 101 | 118 | 0.73 | 0.14 | 0 | 0.54 | 191.86 | 0.57 | 0.29 |
| Hex | 20 | 65 | 76 | 49 | E | 0 | 36 | C0 | 39 | 1D |
| Octal | 40 | 145 | 166 | 111 | 16 | 0 | 66 | 300 | 71 | 35 |
| Binary | 100000 | 1100101 | 1110110 | 1001001 | 1110 | 0 | 110110 | 11000000 | 111001 | 11101 |
Color Harmonies of #206576
Complementary color
Monochromatic Colors of #206576
Black with #206576
Text Example
Text Example
White with #206576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206576; }
p { color: rgb(32,101,118); }
H1.HeaderClassName
{
color: #206576;
}
.AnyTagClassName
{
color: #206576;
}
</style>
background-color css
<style>
a { background-color: #206576; }
a { background-color: rgb(32,101,118); }
div.DivClassName
{
background-color: #206576;
}
.BgClassName
{
background-color: #206576;
}
</style>
border-color css
<style>
span { border-color: #206576; }
span { border-color: rgb(32,101,118); }
td.TdClassName
{
border-color: #206576;
}
.TagClassName
{
border-color: #206576;
}
</style>