Shades of Allports #206788
Tints of Allports #206788
RGB
CMYK
RGB Variations
Color information
#206788 (or 0x206788) is known color: Allports. HEX triplet: 20, 67 and 88. RGB value is (32,103,136). Sum of RGB (Red+Green+Blue) = 32+103+136=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #206788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206788 is #DF9877. Grayscale: #555555. Windows color (decimal): -14653560 or 8939296. OLE color: 8939296.
HSL color Cylindrical-coordinate representation of color #206788: hue angle of 199.04º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #206788 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 103 | 136 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.47 |
| HSL | 199.04º | 0.62% | 0.33% | - |
| HSV(B) | 199.04º | 0.76% | 0.53% | - |
| XYZ | 9.89 | 11.79 | 25.05 | - |
| YUV | 85.53 | 156.48 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 136 | 0.76 | 0.24 | 0 | 0.47 | 199.04 | 0.62 | 0.33 |
| Hex | 20 | 67 | 88 | 4C | 18 | 0 | 2F | C7 | 3E | 21 |
| Octal | 40 | 147 | 210 | 114 | 30 | 0 | 57 | 307 | 76 | 41 |
| Binary | 100000 | 1100111 | 10001000 | 1001100 | 11000 | 0 | 101111 | 11000111 | 111110 | 100001 |
Color Harmonies of #206788
Complementary color
Monochromatic Colors of #206788
Black with #206788
Text Example
Text Example
White with #206788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206788; }
p { color: rgb(32,103,136); }
H1.HeaderClassName
{
color: #206788;
}
.AnyTagClassName
{
color: #206788;
}
</style>
background-color css
<style>
a { background-color: #206788; }
a { background-color: rgb(32,103,136); }
div.DivClassName
{
background-color: #206788;
}
.BgClassName
{
background-color: #206788;
}
</style>
border-color css
<style>
span { border-color: #206788; }
span { border-color: rgb(32,103,136); }
td.TdClassName
{
border-color: #206788;
}
.TagClassName
{
border-color: #206788;
}
</style>