Shades of Allports #206888
Tints of Allports #206888
RGB
CMYK
RGB Variations
Color information
#206888 (or 0x206888) is known color: Allports. HEX triplet: 20, 68 and 88. RGB value is (32,104,136). Sum of RGB (Red+Green+Blue) = 32+104+136=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #206888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206888 is #DF9777. Grayscale: #555555. Windows color (decimal): -14653304 or 8939552. OLE color: 8939552.
HSL color Cylindrical-coordinate representation of color #206888: hue angle of 198.46º 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 #206888 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 104 | 136 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.47 |
| HSL | 198.46º | 0.62% | 0.33% | - |
| HSV(B) | 198.46º | 0.76% | 0.53% | - |
| XYZ | 9.99 | 11.99 | 25.08 | - |
| YUV | 86.12 | 156.15 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 104 | 136 | 0.76 | 0.24 | 0 | 0.47 | 198.46 | 0.62 | 0.33 |
| Hex | 20 | 68 | 88 | 4C | 18 | 0 | 2F | C6 | 3E | 21 |
| Octal | 40 | 150 | 210 | 114 | 30 | 0 | 57 | 306 | 76 | 41 |
| Binary | 100000 | 1101000 | 10001000 | 1001100 | 11000 | 0 | 101111 | 11000110 | 111110 | 100001 |
Color Harmonies of #206888
Complementary color
Monochromatic Colors of #206888
Black with #206888
Text Example
Text Example
White with #206888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206888; }
p { color: rgb(32,104,136); }
H1.HeaderClassName
{
color: #206888;
}
.AnyTagClassName
{
color: #206888;
}
</style>
background-color css
<style>
a { background-color: #206888; }
a { background-color: rgb(32,104,136); }
div.DivClassName
{
background-color: #206888;
}
.BgClassName
{
background-color: #206888;
}
</style>
border-color css
<style>
span { border-color: #206888; }
span { border-color: rgb(32,104,136); }
td.TdClassName
{
border-color: #206888;
}
.TagClassName
{
border-color: #206888;
}
</style>