#206882

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

Shades of Allports #206882

Tints of Allports #206882

Color information

#206882 (or 0x206882) is unknown color: approx Allports. HEX triplet: 20, 68 and 82. RGB value is (32,104,130). Sum of RGB (Red+Green+Blue) = 32+104+130=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #206882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206882 is #DF977D. Grayscale: #555555. Windows color (decimal): -14653310 or 8546336. OLE color: 8546336.

HSL color Cylindrical-coordinate representation of color #206882: hue angle of 195.92º 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 #206882 is Cyan = 0.75, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB32104130-
CMYK0.750.200.49
HSL195.92º60.49%31.76%-
HSV(B)195.92º75.38%50.98%-
XYZ9.5811.8222.9-
YUV85.44153.1589.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.03%
GREEN value IS 104 (41.02% from 255) = 39.10%
BLUE value IS 130 (51.17% from 255) = 48.87%
R=12.03%
G=39.10%
B=48.87%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal321041300.750.200.49195.9260.4931.76
Hex2068824B14031c43c20
Octal40150202113240613047440
Binary100000110100010000010100101110100011000111000100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206882; }

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

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

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

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

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

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

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

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