Shades of Allports #206F78
Tints of Allports #206F78
RGB
CMYK
RGB Variations
Color information
#206F78 (or 0x206F78) is known color: Allports. HEX triplet: 20, 6F and 78. RGB value is (32,111,120). Sum of RGB (Red+Green+Blue) = 32+111+120=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 120 - color contains mainly: blue. Hex color #206F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206F78 is #DF9087. Grayscale: #585858. Windows color (decimal): -14651528 or 7892768. OLE color: 7892768.
HSL color Cylindrical-coordinate representation of color #206F78: hue angle of 186.14º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #206F78 is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 111 | 120 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.53 |
| HSL | 186.14º | 0.58% | 0.3% | - |
| HSV(B) | 186.14º | 0.73% | 0.47% | - |
| XYZ | 9.67 | 13.03 | 19.78 | - |
| YUV | 88.41 | 145.83 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 120 | 0.73 | 0.08 | 0 | 0.53 | 186.14 | 0.58 | 0.3 |
| Hex | 20 | 6F | 78 | 49 | 8 | 0 | 35 | BA | 3A | 1E |
| Octal | 40 | 157 | 170 | 111 | 10 | 0 | 65 | 272 | 72 | 36 |
| Binary | 100000 | 1101111 | 1111000 | 1001001 | 1000 | 0 | 110101 | 10111010 | 111010 | 11110 |
Color Harmonies of #206F78
Complementary color
Monochromatic Colors of #206F78
Black with #206F78
Text Example
Text Example
White with #206F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206F78; }
p { color: rgb(32,111,120); }
H1.HeaderClassName
{
color: #206F78;
}
.AnyTagClassName
{
color: #206F78;
}
</style>
background-color css
<style>
a { background-color: #206F78; }
a { background-color: rgb(32,111,120); }
div.DivClassName
{
background-color: #206F78;
}
.BgClassName
{
background-color: #206F78;
}
</style>
border-color css
<style>
span { border-color: #206F78; }
span { border-color: rgb(32,111,120); }
td.TdClassName
{
border-color: #206F78;
}
.TagClassName
{
border-color: #206F78;
}
</style>