#20666D

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

Shades of Allports #20666D

Tints of Allports #20666D

Color information

#20666D (or 0x20666D) is unknown color: approx Allports. HEX triplet: 20, 66 and 6D. RGB value is (32,102,109). Sum of RGB (Red+Green+Blue) = 32+102+109=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #20666D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20666D is #DF9992. Grayscale: #515151. Windows color (decimal): -14653843 or 7169568. OLE color: 7169568.

HSL color Cylindrical-coordinate representation of color #20666D: hue angle of 185.45º 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 #20666D is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB32102109-
CMYK0.710.0600.57
HSL185.45º54.61%27.65%-
HSV(B)185.45º70.64%42.75%-
XYZ8.1110.9116.15-
YUV81.87143.3192.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.17%
GREEN value IS 102 (40.23% from 255) = 41.98%
BLUE value IS 109 (42.97% from 255) = 44.86%
R=13.17%
G=41.98%
B=44.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal321021090.710.0600.57185.4554.6127.65
Hex20666D476039b9371c
Octal4014615510760712716734
Binary10000011001101101101100011111001110011011100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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