#206B86

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

Shades of Allports #206B86

Tints of Allports #206B86

Color information

#206B86 (or 0x206B86) is unknown color: approx Allports. HEX triplet: 20, 6B and 86. RGB value is (32,107,134). Sum of RGB (Red+Green+Blue) = 32+107+134=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #206B86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206B86 is #DF9479. Grayscale: #575757. Windows color (decimal): -14652538 or 8809248. OLE color: 8809248.

HSL color Cylindrical-coordinate representation of color #206B86: hue angle of 195.88º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #206B86 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB32107134-
CMYK0.760.2000.47
HSL195.88º61.45%32.55%-
HSV(B)195.88º76.12%52.55%-
XYZ10.1612.5424.44-
YUV87.65154.1588.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.72%
GREEN value IS 107 (42.19% from 255) = 39.19%
BLUE value IS 134 (52.73% from 255) = 49.08%
R=11.72%
G=39.19%
B=49.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal321071340.760.2000.47195.8861.4532.55
Hex206B864C1402Fc43d21
Octal40153206114240573047541
Binary100000110101110000110100110010100010111111000100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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