Shades of Allports #206473
Tints of Allports #206473
RGB
CMYK
RGB Variations
Color information
#206473 (or 0x206473) is known color: Allports. HEX triplet: 20, 64 and 73. RGB value is (32,100,115). Sum of RGB (Red+Green+Blue) = 32+100+115=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #206473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206473 is #DF9B8C. Grayscale: #515151. Windows color (decimal): -14654349 or 7562272. OLE color: 7562272.
HSL color Cylindrical-coordinate representation of color #206473: hue angle of 190.84º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #206473 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 100 | 115 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.55 |
| HSL | 190.84º | 0.56% | 0.29% | - |
| HSV(B) | 190.84º | 0.72% | 0.45% | - |
| XYZ | 8.25 | 10.66 | 17.84 | - |
| YUV | 81.38 | 146.97 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 100 | 115 | 0.72 | 0.13 | 0 | 0.55 | 190.84 | 0.56 | 0.29 |
| Hex | 20 | 64 | 73 | 48 | D | 0 | 37 | BF | 38 | 1D |
| Octal | 40 | 144 | 163 | 110 | 15 | 0 | 67 | 277 | 70 | 35 |
| Binary | 100000 | 1100100 | 1110011 | 1001000 | 1101 | 0 | 110111 | 10111111 | 111000 | 11101 |
Color Harmonies of #206473
Complementary color
Monochromatic Colors of #206473
Black with #206473
Text Example
Text Example
White with #206473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206473; }
p { color: rgb(32,100,115); }
H1.HeaderClassName
{
color: #206473;
}
.AnyTagClassName
{
color: #206473;
}
</style>
background-color css
<style>
a { background-color: #206473; }
a { background-color: rgb(32,100,115); }
div.DivClassName
{
background-color: #206473;
}
.BgClassName
{
background-color: #206473;
}
</style>
border-color css
<style>
span { border-color: #206473; }
span { border-color: rgb(32,100,115); }
td.TdClassName
{
border-color: #206473;
}
.TagClassName
{
border-color: #206473;
}
</style>