Shades of Allports #206B90
Tints of Allports #206B90
RGB
CMYK
RGB Variations
Color information
#206B90 (or 0x206B90) is known color: Allports. HEX triplet: 20, 6B and 90. RGB value is (32,107,144). Sum of RGB (Red+Green+Blue) = 32+107+144=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #206B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206B90 is #DF946F. Grayscale: #585858. Windows color (decimal): -14652528 or 9464608. OLE color: 9464608.
HSL color Cylindrical-coordinate representation of color #206B90: hue angle of 199.82º 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 #206B90 is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 107 | 144 | - |
| CMYK | 0.78 | 0.26 | 0 | 0.44 |
| HSL | 199.82º | 0.64% | 0.35% | - |
| HSV(B) | 199.82º | 0.78% | 0.56% | - |
| XYZ | 10.89 | 12.84 | 28.29 | - |
| YUV | 88.79 | 159.15 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 107 | 144 | 0.78 | 0.26 | 0 | 0.44 | 199.82 | 0.64 | 0.35 |
| Hex | 20 | 6B | 90 | 4E | 1A | 0 | 2C | C8 | 40 | 23 |
| Octal | 40 | 153 | 220 | 116 | 32 | 0 | 54 | 310 | 100 | 43 |
| Binary | 100000 | 1101011 | 10010000 | 1001110 | 11010 | 0 | 101100 | 11001000 | 1000000 | 100011 |
Color Harmonies of #206B90
Complementary color
Monochromatic Colors of #206B90
Black with #206B90
Text Example
Text Example
White with #206B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206B90; }
p { color: rgb(32,107,144); }
H1.HeaderClassName
{
color: #206B90;
}
.AnyTagClassName
{
color: #206B90;
}
</style>
background-color css
<style>
a { background-color: #206B90; }
a { background-color: rgb(32,107,144); }
div.DivClassName
{
background-color: #206B90;
}
.BgClassName
{
background-color: #206B90;
}
</style>
border-color css
<style>
span { border-color: #206B90; }
span { border-color: rgb(32,107,144); }
td.TdClassName
{
border-color: #206B90;
}
.TagClassName
{
border-color: #206B90;
}
</style>