#206786

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

Shades of Allports #206786

Tints of Allports #206786

Color information

#206786 (or 0x206786) is unknown color: approx Allports. HEX triplet: 20, 67 and 86. RGB value is (32,103,134). Sum of RGB (Red+Green+Blue) = 32+103+134=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #206786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206786 is #DF9879. Grayscale: #555555. Windows color (decimal): -14653562 or 8808224. OLE color: 8808224.

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

Color convert

RGB32103134-
CMYK0.760.2300.47
HSL198.24º61.45%32.55%-
HSV(B)198.24º76.12%52.55%-
XYZ9.7511.7324.3-
YUV85.3155.4889.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.90%
GREEN value IS 103 (40.62% from 255) = 38.29%
BLUE value IS 134 (52.73% from 255) = 49.81%
R=11.90%
G=38.29%
B=49.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal321031340.760.2300.47198.2461.4532.55
Hex2067864C1702Fc63d21
Octal40147206114270573067541
Binary100000110011110000110100110010111010111111000110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206786; }

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

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

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

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

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

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

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

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