Shades of Allports #206583
Tints of Allports #206583
RGB
CMYK
RGB Variations
Color information
#206583 (or 0x206583) is known color: Allports. HEX triplet: 20, 65 and 83. RGB value is (32,101,131). Sum of RGB (Red+Green+Blue) = 32+101+131=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 131 - color contains mainly: blue. Hex color #206583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206583 is #DF9A7C. Grayscale: #535353. Windows color (decimal): -14654077 or 8611104. OLE color: 8611104.
HSL color Cylindrical-coordinate representation of color #206583: hue angle of 198.18º 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 #206583 is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 101 | 131 | - |
| CMYK | 0.76 | 0.23 | 0 | 0.49 |
| HSL | 198.18º | 0.61% | 0.32% | - |
| HSV(B) | 198.18º | 0.76% | 0.51% | - |
| XYZ | 9.35 | 11.25 | 23.15 | - |
| YUV | 83.79 | 154.64 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 101 | 131 | 0.76 | 0.23 | 0 | 0.49 | 198.18 | 0.61 | 0.32 |
| Hex | 20 | 65 | 83 | 4C | 17 | 0 | 31 | C6 | 3D | 20 |
| Octal | 40 | 145 | 203 | 114 | 27 | 0 | 61 | 306 | 75 | 40 |
| Binary | 100000 | 1100101 | 10000011 | 1001100 | 10111 | 0 | 110001 | 11000110 | 111101 | 100000 |
Color Harmonies of #206583
Complementary color
Monochromatic Colors of #206583
Black with #206583
Text Example
Text Example
White with #206583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206583; }
p { color: rgb(32,101,131); }
H1.HeaderClassName
{
color: #206583;
}
.AnyTagClassName
{
color: #206583;
}
</style>
background-color css
<style>
a { background-color: #206583; }
a { background-color: rgb(32,101,131); }
div.DivClassName
{
background-color: #206583;
}
.BgClassName
{
background-color: #206583;
}
</style>
border-color css
<style>
span { border-color: #206583; }
span { border-color: rgb(32,101,131); }
td.TdClassName
{
border-color: #206583;
}
.TagClassName
{
border-color: #206583;
}
</style>