Shades of Allports #206C90
Tints of Allports #206C90
RGB
CMYK
RGB Variations
Color information
#206C90 (or 0x206C90) is known color: Allports. HEX triplet: 20, 6C and 90. RGB value is (32,108,144). Sum of RGB (Red+Green+Blue) = 32+108+144=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #206C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206C90 is #DF936F. Grayscale: #595959. Windows color (decimal): -14652272 or 9464864. OLE color: 9464864.
HSL color Cylindrical-coordinate representation of color #206C90: hue angle of 199.29º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #206C90 is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 108 | 144 | - |
| CMYK | 0.78 | 0.25 | 0 | 0.44 |
| HSL | 199.29º | 0.64% | 0.35% | - |
| HSV(B) | 199.29º | 0.78% | 0.56% | - |
| XYZ | 10.99 | 13.05 | 28.32 | - |
| YUV | 89.38 | 158.82 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 144 | 0.78 | 0.25 | 0 | 0.44 | 199.29 | 0.64 | 0.35 |
| Hex | 20 | 6C | 90 | 4E | 19 | 0 | 2C | C7 | 40 | 23 |
| Octal | 40 | 154 | 220 | 116 | 31 | 0 | 54 | 307 | 100 | 43 |
| Binary | 100000 | 1101100 | 10010000 | 1001110 | 11001 | 0 | 101100 | 11000111 | 1000000 | 100011 |
Color Harmonies of #206C90
Complementary color
Monochromatic Colors of #206C90
Black with #206C90
Text Example
Text Example
White with #206C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206C90; }
p { color: rgb(32,108,144); }
H1.HeaderClassName
{
color: #206C90;
}
.AnyTagClassName
{
color: #206C90;
}
</style>
background-color css
<style>
a { background-color: #206C90; }
a { background-color: rgb(32,108,144); }
div.DivClassName
{
background-color: #206C90;
}
.BgClassName
{
background-color: #206C90;
}
</style>
border-color css
<style>
span { border-color: #206C90; }
span { border-color: rgb(32,108,144); }
td.TdClassName
{
border-color: #206C90;
}
.TagClassName
{
border-color: #206C90;
}
</style>