#206773

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

Shades of Allports #206773

Tints of Allports #206773

Color information

#206773 (or 0x206773) is unknown color: approx Allports. HEX triplet: 20, 67 and 73. RGB value is (32,103,115). Sum of RGB (Red+Green+Blue) = 32+103+115=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #206773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206773 is #DF988C. Grayscale: #535353. Windows color (decimal): -14653581 or 7563040. OLE color: 7563040.

HSL color Cylindrical-coordinate representation of color #206773: hue angle of 188.67º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #206773 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB32103115-
CMYK0.720.1000.55
HSL188.67º56.46%28.82%-
HSV(B)188.67º72.17%45.1%-
XYZ8.5411.2517.94-
YUV83.14145.9891.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.8%
GREEN value IS 103 (40.62% from 255) = 41.2%
BLUE value IS 115 (45.31% from 255) = 46%
R=12.8%
G=41.2%
B=46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal321031150.720.1000.55188.6756.4628.82
Hex20677348A037bd381d
Octal40147163110120672757035
Binary100000110011111100111001000101001101111011110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206773; }

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

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

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

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

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

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

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

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