#206a86

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

Shades of Allports #206A86

Tints of Allports #206A86

Color information

#206A86 (or 0x206A86) is unknown color: approx Allports. HEX triplet: 20, 6A and 86. RGB value is (32,106,134). Sum of RGB (Red+Green+Blue) = 32+106+134=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 134 (52.73% from 255 or 49.26% from 272); Max value from RGB is 134 - color contains mainly: blue. Hex color #206A86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206A86 is #DF9579. Grayscale: #565656. Windows color (decimal): -14652794 or 8808992. OLE color: 8808992.

HSL color Cylindrical-coordinate representation of color #206A86: hue angle of 196.47º 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 #206A86 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB32106134-
CMYK0.760.2100.47
HSL196.47º61.45%32.55%-
HSV(B)196.47º76.12%52.55%-
XYZ10.0512.3424.41-
YUV87.07154.4888.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.76%
GREEN value IS 106 (41.80% from 255) = 38.97%
BLUE value IS 134 (52.73% from 255) = 49.26%
R=11.76%
G=38.97%
B=49.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal321061340.760.2100.47196.4761.4532.55
Hex206A864C1502Fc43d21
Octal40152206114250573047541
Binary100000110101010000110100110010101010111111000100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206a86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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