Shades of Allports #206689
Tints of Allports #206689
RGB
CMYK
RGB Variations
Color information
#206689 (or 0x206689) is known color: Allports. HEX triplet: 20, 66 and 89. RGB value is (32,102,137). Sum of RGB (Red+Green+Blue) = 32+102+137=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #206689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206689 is #DF9976. Grayscale: #545454. Windows color (decimal): -14653815 or 9004576. OLE color: 9004576.
HSL color Cylindrical-coordinate representation of color #206689: hue angle of 200º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #206689 is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 102 | 137 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.46 |
| HSL | 200º | 0.62% | 0.33% | - |
| HSV(B) | 200º | 0.77% | 0.54% | - |
| XYZ | 9.86 | 11.62 | 25.39 | - |
| YUV | 85.06 | 157.31 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 102 | 137 | 0.77 | 0.26 | 0 | 0.46 | 200 | 0.62 | 0.33 |
| Hex | 20 | 66 | 89 | 4D | 1A | 0 | 2E | C8 | 3E | 21 |
| Octal | 40 | 146 | 211 | 115 | 32 | 0 | 56 | 310 | 76 | 41 |
| Binary | 100000 | 1100110 | 10001001 | 1001101 | 11010 | 0 | 101110 | 11001000 | 111110 | 100001 |
Color Harmonies of #206689
Complementary color
Monochromatic Colors of #206689
Black with #206689
Text Example
Text Example
White with #206689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206689; }
p { color: rgb(32,102,137); }
H1.HeaderClassName
{
color: #206689;
}
.AnyTagClassName
{
color: #206689;
}
</style>
background-color css
<style>
a { background-color: #206689; }
a { background-color: rgb(32,102,137); }
div.DivClassName
{
background-color: #206689;
}
.BgClassName
{
background-color: #206689;
}
</style>
border-color css
<style>
span { border-color: #206689; }
span { border-color: rgb(32,102,137); }
td.TdClassName
{
border-color: #206689;
}
.TagClassName
{
border-color: #206689;
}
</style>