#206B80

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

Shades of Allports #206B80

Tints of Allports #206B80

Color information

#206B80 (or 0x206B80) is unknown color: approx Allports. HEX triplet: 20, 6B and 80. RGB value is (32,107,128). Sum of RGB (Red+Green+Blue) = 32+107+128=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #206B80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206B80 is #DF947F. Grayscale: #565656. Windows color (decimal): -14652544 or 8416032. OLE color: 8416032.

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

Color convert

RGB32107128-
CMYK0.750.1600.50
HSL193.12º60%31.37%-
HSV(B)193.12º75%50.2%-
XYZ9.7512.3822.3-
YUV86.97151.1588.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.99%
GREEN value IS 107 (42.19% from 255) = 40.07%
BLUE value IS 128 (50.39% from 255) = 47.94%
R=11.99%
G=40.07%
B=47.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal321071280.750.1600.50193.126031.37
Hex206B804B10032c13c1f
Octal40153200113200623017437
Binary10000011010111000000010010111000001100101100000111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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