Shades of Allports #206783
Tints of Allports #206783
RGB
CMYK
RGB Variations
Color information
#206783 (or 0x206783) is known color: Allports. HEX triplet: 20, 67 and 83. RGB value is (32,103,131). Sum of RGB (Red+Green+Blue) = 32+103+131=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #206783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206783 is #DF987C. Grayscale: #545454. Windows color (decimal): -14653565 or 8611616. OLE color: 8611616.
HSL color Cylindrical-coordinate representation of color #206783: hue angle of 196.97º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #206783 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 103 | 131 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.49 |
| HSL | 196.97º | 0.61% | 0.32% | - |
| HSV(B) | 196.97º | 0.76% | 0.51% | - |
| XYZ | 9.54 | 11.65 | 23.22 | - |
| YUV | 84.96 | 153.98 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 131 | 0.76 | 0.21 | 0 | 0.49 | 196.97 | 0.61 | 0.32 |
| Hex | 20 | 67 | 83 | 4C | 15 | 0 | 31 | C5 | 3D | 20 |
| Octal | 40 | 147 | 203 | 114 | 25 | 0 | 61 | 305 | 75 | 40 |
| Binary | 100000 | 1100111 | 10000011 | 1001100 | 10101 | 0 | 110001 | 11000101 | 111101 | 100000 |
Color Harmonies of #206783
Complementary color
Monochromatic Colors of #206783
Black with #206783
Text Example
Text Example
White with #206783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206783; }
p { color: rgb(32,103,131); }
H1.HeaderClassName
{
color: #206783;
}
.AnyTagClassName
{
color: #206783;
}
</style>
background-color css
<style>
a { background-color: #206783; }
a { background-color: rgb(32,103,131); }
div.DivClassName
{
background-color: #206783;
}
.BgClassName
{
background-color: #206783;
}
</style>
border-color css
<style>
span { border-color: #206783; }
span { border-color: rgb(32,103,131); }
td.TdClassName
{
border-color: #206783;
}
.TagClassName
{
border-color: #206783;
}
</style>