Shades of Allports #206D75
Tints of Allports #206D75
RGB
CMYK
RGB Variations
Color information
#206D75 (or 0x206D75) is known color: Allports. HEX triplet: 20, 6D and 75. RGB value is (32,109,117). Sum of RGB (Red+Green+Blue) = 32+109+117=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: blue. Hex color #206D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206D75 is #DF928A. Grayscale: #565656. Windows color (decimal): -14652043 or 7695648. OLE color: 7695648.
HSL color Cylindrical-coordinate representation of color #206D75: hue angle of 185.65º 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 #206D75 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 109 | 117 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.54 |
| HSL | 185.65º | 0.57% | 0.29% | - |
| HSV(B) | 185.65º | 0.73% | 0.46% | - |
| XYZ | 9.28 | 12.53 | 18.76 | - |
| YUV | 86.89 | 144.99 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 109 | 117 | 0.73 | 0.07 | 0 | 0.54 | 185.65 | 0.57 | 0.29 |
| Hex | 20 | 6D | 75 | 49 | 7 | 0 | 36 | BA | 39 | 1D |
| Octal | 40 | 155 | 165 | 111 | 7 | 0 | 66 | 272 | 71 | 35 |
| Binary | 100000 | 1101101 | 1110101 | 1001001 | 111 | 0 | 110110 | 10111010 | 111001 | 11101 |
Color Harmonies of #206D75
Complementary color
Monochromatic Colors of #206D75
Black with #206D75
Text Example
Text Example
White with #206D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206D75; }
p { color: rgb(32,109,117); }
H1.HeaderClassName
{
color: #206D75;
}
.AnyTagClassName
{
color: #206D75;
}
</style>
background-color css
<style>
a { background-color: #206D75; }
a { background-color: rgb(32,109,117); }
div.DivClassName
{
background-color: #206D75;
}
.BgClassName
{
background-color: #206D75;
}
</style>
border-color css
<style>
span { border-color: #206D75; }
span { border-color: rgb(32,109,117); }
td.TdClassName
{
border-color: #206D75;
}
.TagClassName
{
border-color: #206D75;
}
</style>