Shades of Allports #206D8B
Tints of Allports #206D8B
RGB
CMYK
RGB Variations
Color information
#206D8B (or 0x206D8B) is known color: Allports. HEX triplet: 20, 6D and 8B. RGB value is (32,109,139). Sum of RGB (Red+Green+Blue) = 32+109+139=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #206D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206D8B is #DF9274. Grayscale: #595959. Windows color (decimal): -14652021 or 9137440. OLE color: 9137440.
HSL color Cylindrical-coordinate representation of color #206D8B: hue angle of 196.82º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #206D8B is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 109 | 139 | - |
| CMYK | 0.77 | 0.22 | 0 | 0.45 |
| HSL | 196.82º | 0.63% | 0.34% | - |
| HSV(B) | 196.82º | 0.77% | 0.55% | - |
| XYZ | 10.72 | 13.11 | 26.39 | - |
| YUV | 89.4 | 155.99 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 109 | 139 | 0.77 | 0.22 | 0 | 0.45 | 196.82 | 0.63 | 0.34 |
| Hex | 20 | 6D | 8B | 4D | 16 | 0 | 2D | C5 | 3F | 22 |
| Octal | 40 | 155 | 213 | 115 | 26 | 0 | 55 | 305 | 77 | 42 |
| Binary | 100000 | 1101101 | 10001011 | 1001101 | 10110 | 0 | 101101 | 11000101 | 111111 | 100010 |
Color Harmonies of #206D8B
Complementary color
Monochromatic Colors of #206D8B
Black with #206D8B
Text Example
Text Example
White with #206D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206D8B; }
p { color: rgb(32,109,139); }
H1.HeaderClassName
{
color: #206D8B;
}
.AnyTagClassName
{
color: #206D8B;
}
</style>
background-color css
<style>
a { background-color: #206D8B; }
a { background-color: rgb(32,109,139); }
div.DivClassName
{
background-color: #206D8B;
}
.BgClassName
{
background-color: #206D8B;
}
</style>
border-color css
<style>
span { border-color: #206D8B; }
span { border-color: rgb(32,109,139); }
td.TdClassName
{
border-color: #206D8B;
}
.TagClassName
{
border-color: #206D8B;
}
</style>