Shades of Allports #206B73
Tints of Allports #206B73
RGB
CMYK
RGB Variations
Color information
#206B73 (or 0x206B73) is known color: Allports. HEX triplet: 20, 6B and 73. RGB value is (32,107,115). Sum of RGB (Red+Green+Blue) = 32+107+115=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #206B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206B73 is #DF948C. Grayscale: #555555. Windows color (decimal): -14652557 or 7564064. OLE color: 7564064.
HSL color Cylindrical-coordinate representation of color #206B73: hue angle of 185.78º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #206B73 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 107 | 115 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.55 |
| HSL | 185.78º | 0.56% | 0.29% | - |
| HSV(B) | 185.78º | 0.72% | 0.45% | - |
| XYZ | 8.95 | 12.06 | 18.08 | - |
| YUV | 85.49 | 144.65 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 107 | 115 | 0.72 | 0.07 | 0 | 0.55 | 185.78 | 0.56 | 0.29 |
| Hex | 20 | 6B | 73 | 48 | 7 | 0 | 37 | BA | 38 | 1D |
| Octal | 40 | 153 | 163 | 110 | 7 | 0 | 67 | 272 | 70 | 35 |
| Binary | 100000 | 1101011 | 1110011 | 1001000 | 111 | 0 | 110111 | 10111010 | 111000 | 11101 |
Color Harmonies of #206B73
Complementary color
Monochromatic Colors of #206B73
Black with #206B73
Text Example
Text Example
White with #206B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206B73; }
p { color: rgb(32,107,115); }
H1.HeaderClassName
{
color: #206B73;
}
.AnyTagClassName
{
color: #206B73;
}
</style>
background-color css
<style>
a { background-color: #206B73; }
a { background-color: rgb(32,107,115); }
div.DivClassName
{
background-color: #206B73;
}
.BgClassName
{
background-color: #206B73;
}
</style>
border-color css
<style>
span { border-color: #206B73; }
span { border-color: rgb(32,107,115); }
td.TdClassName
{
border-color: #206B73;
}
.TagClassName
{
border-color: #206B73;
}
</style>