Shades of Allports #206381
Tints of Allports #206381
RGB
CMYK
RGB Variations
Color information
#206381 (or 0x206381) is known color: Allports. HEX triplet: 20, 63 and 81. RGB value is (32,99,129). Sum of RGB (Red+Green+Blue) = 32+99+129=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 129 (50.78% from 255 or 49.62% from 260); Max value from RGB is 129 - color contains mainly: blue. Hex color #206381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206381 is #DF9C7E. Grayscale: #525252. Windows color (decimal): -14654591 or 8479520. OLE color: 8479520.
HSL color Cylindrical-coordinate representation of color #206381: hue angle of 198.56º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #206381 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 99 | 129 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.49 |
| HSL | 198.56º | 0.6% | 0.32% | - |
| HSV(B) | 198.56º | 0.75% | 0.51% | - |
| XYZ | 9.02 | 10.82 | 22.38 | - |
| YUV | 82.39 | 154.3 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 129 | 0.75 | 0.23 | 0 | 0.49 | 198.56 | 0.6 | 0.32 |
| Hex | 20 | 63 | 81 | 4B | 17 | 0 | 31 | C7 | 3C | 20 |
| Octal | 40 | 143 | 201 | 113 | 27 | 0 | 61 | 307 | 74 | 40 |
| Binary | 100000 | 1100011 | 10000001 | 1001011 | 10111 | 0 | 110001 | 11000111 | 111100 | 100000 |
Color Harmonies of #206381
Complementary color
Monochromatic Colors of #206381
Black with #206381
Text Example
Text Example
White with #206381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206381; }
p { color: rgb(32,99,129); }
H1.HeaderClassName
{
color: #206381;
}
.AnyTagClassName
{
color: #206381;
}
</style>
background-color css
<style>
a { background-color: #206381; }
a { background-color: rgb(32,99,129); }
div.DivClassName
{
background-color: #206381;
}
.BgClassName
{
background-color: #206381;
}
</style>
border-color css
<style>
span { border-color: #206381; }
span { border-color: rgb(32,99,129); }
td.TdClassName
{
border-color: #206381;
}
.TagClassName
{
border-color: #206381;
}
</style>