#206D82

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

Shades of Allports #206D82

Tints of Allports #206D82

Color information

#206D82 (or 0x206D82) is unknown color: approx Allports. HEX triplet: 20, 6D and 82. RGB value is (32,109,130). Sum of RGB (Red+Green+Blue) = 32+109+130=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #206D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206D82 is #DF927D. Grayscale: #585858. Windows color (decimal): -14652030 or 8547616. OLE color: 8547616.

HSL color Cylindrical-coordinate representation of color #206D82: hue angle of 192.86º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #206D82 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB32109130-
CMYK0.750.1600.49
HSL192.86º60.49%31.76%-
HSV(B)192.86º75.38%50.98%-
XYZ10.0912.8623.07-
YUV88.37151.4987.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.81%
GREEN value IS 109 (42.97% from 255) = 40.22%
BLUE value IS 130 (51.17% from 255) = 47.97%
R=11.81%
G=40.22%
B=47.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal321091300.750.1600.49192.8660.4931.76
Hex206D824B10031c13c20
Octal40155202113200613017440
Binary100000110110110000010100101110000011000111000001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206D82; }

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

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

<style>
 a { background-color: #206D82; }

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

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

<style>
 span { border-color: #206D82; }

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

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