#206C81

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

Shades of Allports #206C81

Tints of Allports #206C81

Color information

#206C81 (or 0x206C81) is unknown color: approx Allports. HEX triplet: 20, 6C and 81. RGB value is (32,108,129). Sum of RGB (Red+Green+Blue) = 32+108+129=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 129 - color contains mainly: blue. Hex color #206C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206C81 is #DF937E. Grayscale: #575757. Windows color (decimal): -14652287 or 8481824. OLE color: 8481824.

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

Color convert

RGB32108129-
CMYK0.750.1600.49
HSL192.99º60.25%31.57%-
HSV(B)192.99º75.19%50.59%-
XYZ9.9212.6222.68-
YUV87.67151.3288.29-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.90%
GREEN value IS 108 (42.58% from 255) = 40.15%
BLUE value IS 129 (50.78% from 255) = 47.96%
R=11.90%
G=40.15%
B=47.96%

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
Decimal321081290.750.1600.49192.9960.2531.57
Hex206C814B10031c13c20
Octal40154201113200613017440
Binary100000110110010000001100101110000011000111000001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,108,129); }

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

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

 a { background-color: rgb(32,108,129); }

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

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

 span { border-color: rgb(32,108,129); }

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