Shades of Allports #20666F
Tints of Allports #20666F
RGB
CMYK
RGB Variations
Color information
#20666F (or 0x20666F) is known color: Allports. HEX triplet: 20, 66 and 6F. RGB value is (32,102,111). Sum of RGB (Red+Green+Blue) = 32+102+111=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #20666F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20666F is #DF9990. Grayscale: #515151. Windows color (decimal): -14653841 or 7300640. OLE color: 7300640.
HSL color Cylindrical-coordinate representation of color #20666F: hue angle of 186.84º 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 #20666F is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 102 | 111 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.56 |
| HSL | 186.84º | 0.55% | 0.28% | - |
| HSV(B) | 186.84º | 0.71% | 0.44% | - |
| XYZ | 8.22 | 10.96 | 16.72 | - |
| YUV | 82.1 | 144.31 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 102 | 111 | 0.71 | 0.08 | 0 | 0.56 | 186.84 | 0.55 | 0.28 |
| Hex | 20 | 66 | 6F | 47 | 8 | 0 | 38 | BB | 37 | 1C |
| Octal | 40 | 146 | 157 | 107 | 10 | 0 | 70 | 273 | 67 | 34 |
| Binary | 100000 | 1100110 | 1101111 | 1000111 | 1000 | 0 | 111000 | 10111011 | 110111 | 11100 |
Color Harmonies of #20666F
Complementary color
Monochromatic Colors of #20666F
Black with #20666F
Text Example
Text Example
White with #20666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20666F; }
p { color: rgb(32,102,111); }
H1.HeaderClassName
{
color: #20666F;
}
.AnyTagClassName
{
color: #20666F;
}
</style>
background-color css
<style>
a { background-color: #20666F; }
a { background-color: rgb(32,102,111); }
div.DivClassName
{
background-color: #20666F;
}
.BgClassName
{
background-color: #20666F;
}
</style>
border-color css
<style>
span { border-color: #20666F; }
span { border-color: rgb(32,102,111); }
td.TdClassName
{
border-color: #20666F;
}
.TagClassName
{
border-color: #20666F;
}
</style>