Shades of Allports #206D7A
Tints of Allports #206D7A
RGB
CMYK
RGB Variations
Color information
#206D7A (or 0x206D7A) is known color: Allports. HEX triplet: 20, 6D and 7A. RGB value is (32,109,122). Sum of RGB (Red+Green+Blue) = 32+109+122=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 109 (42.97% from 255 or 41.44% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 122 - color contains mainly: blue. Hex color #206D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206D7A is #DF9285. Grayscale: #575757. Windows color (decimal): -14652038 or 8023328. OLE color: 8023328.
HSL color Cylindrical-coordinate representation of color #206D7A: hue angle of 188.67º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #206D7A is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 109 | 122 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.52 |
| HSL | 188.67º | 0.58% | 0.3% | - |
| HSV(B) | 188.67º | 0.74% | 0.48% | - |
| XYZ | 9.58 | 12.65 | 20.35 | - |
| YUV | 87.46 | 147.49 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 109 | 122 | 0.74 | 0.11 | 0 | 0.52 | 188.67 | 0.58 | 0.3 |
| Hex | 20 | 6D | 7A | 4A | B | 0 | 34 | BD | 3A | 1E |
| Octal | 40 | 155 | 172 | 112 | 13 | 0 | 64 | 275 | 72 | 36 |
| Binary | 100000 | 1101101 | 1111010 | 1001010 | 1011 | 0 | 110100 | 10111101 | 111010 | 11110 |
Color Harmonies of #206D7A
Complementary color
Monochromatic Colors of #206D7A
Black with #206D7A
Text Example
Text Example
White with #206D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206D7A; }
p { color: rgb(32,109,122); }
H1.HeaderClassName
{
color: #206D7A;
}
.AnyTagClassName
{
color: #206D7A;
}
</style>
background-color css
<style>
a { background-color: #206D7A; }
a { background-color: rgb(32,109,122); }
div.DivClassName
{
background-color: #206D7A;
}
.BgClassName
{
background-color: #206D7A;
}
</style>
border-color css
<style>
span { border-color: #206D7A; }
span { border-color: rgb(32,109,122); }
td.TdClassName
{
border-color: #206D7A;
}
.TagClassName
{
border-color: #206D7A;
}
</style>