#20666E

Color #20666E Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #20666E

Tints of Allports #20666E

Color information

#20666E (or 0x20666E) is unknown color: approx Allports. HEX triplet: 20, 66 and 6E. RGB value is (32,102,110). Sum of RGB (Red+Green+Blue) = 32+102+110=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 110 - color contains mainly: blue. Hex color #20666E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20666E is #DF9991. Grayscale: #515151. Windows color (decimal): -14653842 or 7235104. OLE color: 7235104.

HSL color Cylindrical-coordinate representation of color #20666E: hue angle of 186.15º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20666E is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB32102110-
CMYK0.710.0700.57
HSL186.15º54.93%27.84%-
HSV(B)186.15º70.91%43.14%-
XYZ8.1610.9416.43-
YUV81.98143.8192.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 13.11%
GREEN value IS 102 (40.23% from 255) = 41.80%
BLUE value IS 110 (43.36% from 255) = 45.08%
R=13.11%
G=41.80%
B=45.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal321021100.710.0700.57186.1554.9327.84
Hex20666E477039ba371c
Octal4014615610770712726734
Binary10000011001101101110100011111101110011011101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20666E; }

 p { color: rgb(32,102,110); }

 H1.HeaderClassName
 {
   color: #20666E;
 }
 .AnyTagClassName
 {
   color: #20666E;
 }
</style>
background-color css

<style>
 a { background-color: #20666E; }

 a { background-color: rgb(32,102,110); }

 div.DivClassName
 {
   background-color: #20666E;
 }
 .BgClassName
 {
   background-color: #20666E;
 }
</style>
border-color css

<style>
 span { border-color: #20666E; }

 span { border-color: rgb(32,102,110); }

 td.TdClassName
 {
   border-color: #20666E;
 }
 .TagClassName
 {
   border-color: #20666E;
 }
</style>