#206878

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

Shades of Allports #206878

Tints of Allports #206878

Color information

#206878 (or 0x206878) is unknown color: approx Allports. HEX triplet: 20, 68 and 78. RGB value is (32,104,120). Sum of RGB (Red+Green+Blue) = 32+104+120=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #206878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206878 is #DF9787. Grayscale: #545454. Windows color (decimal): -14653320 or 7890976. OLE color: 7890976.

HSL color Cylindrical-coordinate representation of color #206878: hue angle of 190.91º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #206878 is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB32104120-
CMYK0.730.1300.53
HSL190.91º57.89%29.8%-
HSV(B)190.91º73.33%47.06%-
XYZ8.9411.5619.53-
YUV84.3148.1590.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.5%
GREEN value IS 104 (41.02% from 255) = 40.62%
BLUE value IS 120 (47.27% from 255) = 46.88%
R=12.5%
G=40.62%
B=46.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal321041200.730.1300.53190.9157.8929.8
Hex20687849D035bf3a1e
Octal40150170111150652777236
Binary100000110100011110001001001110101101011011111111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206878; }

 p { color: rgb(32,104,120); }

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

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

 a { background-color: rgb(32,104,120); }

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

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

 span { border-color: rgb(32,104,120); }

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