Shades of Allports #206C6F
Tints of Allports #206C6F
RGB
CMYK
RGB Variations
Color information
#206C6F (or 0x206C6F) is known color: Allports. HEX triplet: 20, 6C and 6F. RGB value is (32,108,111). Sum of RGB (Red+Green+Blue) = 32+108+111=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 108 (42.58% from 255 or 43.03% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 111 - color contains mainly: blue. Hex color #206C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206C6F is #DF9390. Grayscale: #555555. Windows color (decimal): -14652305 or 7302176. OLE color: 7302176.
HSL color Cylindrical-coordinate representation of color #206C6F: hue angle of 182.28º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #206C6F is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 108 | 111 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.56 |
| HSL | 182.28º | 0.55% | 0.28% | - |
| HSV(B) | 182.28º | 0.71% | 0.44% | - |
| XYZ | 8.83 | 12.18 | 16.92 | - |
| YUV | 85.62 | 142.32 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 111 | 0.71 | 0.03 | 0 | 0.56 | 182.28 | 0.55 | 0.28 |
| Hex | 20 | 6C | 6F | 47 | 3 | 0 | 38 | B6 | 37 | 1C |
| Octal | 40 | 154 | 157 | 107 | 3 | 0 | 70 | 266 | 67 | 34 |
| Binary | 100000 | 1101100 | 1101111 | 1000111 | 11 | 0 | 111000 | 10110110 | 110111 | 11100 |
Color Harmonies of #206C6F
Complementary color
Monochromatic Colors of #206C6F
Black with #206C6F
Text Example
Text Example
White with #206C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206C6F; }
p { color: rgb(32,108,111); }
H1.HeaderClassName
{
color: #206C6F;
}
.AnyTagClassName
{
color: #206C6F;
}
</style>
background-color css
<style>
a { background-color: #206C6F; }
a { background-color: rgb(32,108,111); }
div.DivClassName
{
background-color: #206C6F;
}
.BgClassName
{
background-color: #206C6F;
}
</style>
border-color css
<style>
span { border-color: #206C6F; }
span { border-color: rgb(32,108,111); }
td.TdClassName
{
border-color: #206C6F;
}
.TagClassName
{
border-color: #206C6F;
}
</style>