#206A80

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

Shades of Allports #206A80

Tints of Allports #206A80

Color information

#206A80 (or 0x206A80) is unknown color: approx Allports. HEX triplet: 20, 6A and 80. RGB value is (32,106,128). Sum of RGB (Red+Green+Blue) = 32+106+128=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #206A80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206A80 is #DF957F. Grayscale: #565656. Windows color (decimal): -14652800 or 8415776. OLE color: 8415776.

HSL color Cylindrical-coordinate representation of color #206A80: hue angle of 193.75º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #206A80 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB32106128-
CMYK0.750.1700.50
HSL193.75º60%31.37%-
HSV(B)193.75º75%50.2%-
XYZ9.6512.1722.26-
YUV86.38151.4889.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.03%
GREEN value IS 106 (41.80% from 255) = 39.85%
BLUE value IS 128 (50.39% from 255) = 48.12%
R=12.03%
G=39.85%
B=48.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal321061280.750.1700.50193.756031.37
Hex206A804B11032c23c1f
Octal40152200113210623027437
Binary10000011010101000000010010111000101100101100001011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,106,128); }

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

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

 a { background-color: rgb(32,106,128); }

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

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

 span { border-color: rgb(32,106,128); }

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