Shades of Allports #206575
Tints of Allports #206575
RGB
CMYK
RGB Variations
Color information
#206575 (or 0x206575) is known color: Allports. HEX triplet: 20, 65 and 75. RGB value is (32,101,117). Sum of RGB (Red+Green+Blue) = 32+101+117=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #206575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206575 is #DF9A8A. Grayscale: #525252. Windows color (decimal): -14654091 or 7693600. OLE color: 7693600.
HSL color Cylindrical-coordinate representation of color #206575: hue angle of 191.29º 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 #206575 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 101 | 117 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.54 |
| HSL | 191.29º | 0.57% | 0.29% | - |
| HSV(B) | 191.29º | 0.73% | 0.46% | - |
| XYZ | 8.46 | 10.9 | 18.49 | - |
| YUV | 82.19 | 147.64 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 101 | 117 | 0.73 | 0.14 | 0 | 0.54 | 191.29 | 0.57 | 0.29 |
| Hex | 20 | 65 | 75 | 49 | E | 0 | 36 | BF | 39 | 1D |
| Octal | 40 | 145 | 165 | 111 | 16 | 0 | 66 | 277 | 71 | 35 |
| Binary | 100000 | 1100101 | 1110101 | 1001001 | 1110 | 0 | 110110 | 10111111 | 111001 | 11101 |
Color Harmonies of #206575
Complementary color
Monochromatic Colors of #206575
Black with #206575
Text Example
Text Example
White with #206575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206575; }
p { color: rgb(32,101,117); }
H1.HeaderClassName
{
color: #206575;
}
.AnyTagClassName
{
color: #206575;
}
</style>
background-color css
<style>
a { background-color: #206575; }
a { background-color: rgb(32,101,117); }
div.DivClassName
{
background-color: #206575;
}
.BgClassName
{
background-color: #206575;
}
</style>
border-color css
<style>
span { border-color: #206575; }
span { border-color: rgb(32,101,117); }
td.TdClassName
{
border-color: #206575;
}
.TagClassName
{
border-color: #206575;
}
</style>