Shades of Allports #206F7D
Tints of Allports #206F7D
RGB
CMYK
RGB Variations
Color information
#206F7D (or 0x206F7D) is known color: Allports. HEX triplet: 20, 6F and 7D. RGB value is (32,111,125). Sum of RGB (Red+Green+Blue) = 32+111+125=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 125 - color contains mainly: blue. Hex color #206F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206F7D is #DF9082. Grayscale: #585858. Windows color (decimal): -14651523 or 8220448. OLE color: 8220448.
HSL color Cylindrical-coordinate representation of color #206F7D: hue angle of 189.03º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #206F7D is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 111 | 125 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.51 |
| HSL | 189.03º | 0.59% | 0.31% | - |
| HSV(B) | 189.03º | 0.74% | 0.49% | - |
| XYZ | 9.98 | 13.16 | 21.42 | - |
| YUV | 88.98 | 148.33 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 125 | 0.74 | 0.11 | 0 | 0.51 | 189.03 | 0.59 | 0.31 |
| Hex | 20 | 6F | 7D | 4A | B | 0 | 33 | BD | 3B | 1F |
| Octal | 40 | 157 | 175 | 112 | 13 | 0 | 63 | 275 | 73 | 37 |
| Binary | 100000 | 1101111 | 1111101 | 1001010 | 1011 | 0 | 110011 | 10111101 | 111011 | 11111 |
Color Harmonies of #206F7D
Complementary color
Monochromatic Colors of #206F7D
Black with #206F7D
Text Example
Text Example
White with #206F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206F7D; }
p { color: rgb(32,111,125); }
H1.HeaderClassName
{
color: #206F7D;
}
.AnyTagClassName
{
color: #206F7D;
}
</style>
background-color css
<style>
a { background-color: #206F7D; }
a { background-color: rgb(32,111,125); }
div.DivClassName
{
background-color: #206F7D;
}
.BgClassName
{
background-color: #206F7D;
}
</style>
border-color css
<style>
span { border-color: #206F7D; }
span { border-color: rgb(32,111,125); }
td.TdClassName
{
border-color: #206F7D;
}
.TagClassName
{
border-color: #206F7D;
}
</style>