Shades of Allports #206C7E
Tints of Allports #206C7E
RGB
CMYK
RGB Variations
Color information
#206C7E (or 0x206C7E) is known color: Allports. HEX triplet: 20, 6C and 7E. RGB value is (32,108,126). Sum of RGB (Red+Green+Blue) = 32+108+126=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 126 (49.61% from 255 or 47.37% from 266); Max value from RGB is 126 - color contains mainly: blue. Hex color #206C7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206C7E is #DF9381. Grayscale: #575757. Windows color (decimal): -14652290 or 8285216. OLE color: 8285216.
HSL color Cylindrical-coordinate representation of color #206C7E: hue angle of 191.49º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #206C7E is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 108 | 126 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.51 |
| HSL | 191.49º | 0.59% | 0.31% | - |
| HSV(B) | 191.49º | 0.75% | 0.49% | - |
| XYZ | 9.72 | 12.54 | 21.65 | - |
| YUV | 87.33 | 149.82 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 126 | 0.75 | 0.14 | 0 | 0.51 | 191.49 | 0.59 | 0.31 |
| Hex | 20 | 6C | 7E | 4B | E | 0 | 33 | BF | 3B | 1F |
| Octal | 40 | 154 | 176 | 113 | 16 | 0 | 63 | 277 | 73 | 37 |
| Binary | 100000 | 1101100 | 1111110 | 1001011 | 1110 | 0 | 110011 | 10111111 | 111011 | 11111 |
Color Harmonies of #206C7E
Complementary color
Monochromatic Colors of #206C7E
Black with #206C7E
Text Example
Text Example
White with #206C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206C7E; }
p { color: rgb(32,108,126); }
H1.HeaderClassName
{
color: #206C7E;
}
.AnyTagClassName
{
color: #206C7E;
}
</style>
background-color css
<style>
a { background-color: #206C7E; }
a { background-color: rgb(32,108,126); }
div.DivClassName
{
background-color: #206C7E;
}
.BgClassName
{
background-color: #206C7E;
}
</style>
border-color css
<style>
span { border-color: #206C7E; }
span { border-color: rgb(32,108,126); }
td.TdClassName
{
border-color: #206C7E;
}
.TagClassName
{
border-color: #206C7E;
}
</style>