#206673

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

Shades of Allports #206673

Tints of Allports #206673

Color information

#206673 (or 0x206673) is unknown color: approx Allports. HEX triplet: 20, 66 and 73. RGB value is (32,102,115). Sum of RGB (Red+Green+Blue) = 32+102+115=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #206673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206673 is #DF998C. Grayscale: #525252. Windows color (decimal): -14653837 or 7562784. OLE color: 7562784.

HSL color Cylindrical-coordinate representation of color #206673: hue angle of 189.4º 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 #206673 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB32102115-
CMYK0.720.1100.55
HSL189.4º56.46%28.82%-
HSV(B)189.4º72.17%45.1%-
XYZ8.4411.0517.91-
YUV82.55146.3191.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.85%
GREEN value IS 102 (40.23% from 255) = 40.96%
BLUE value IS 115 (45.31% from 255) = 46.18%
R=12.85%
G=40.96%
B=46.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal321021150.720.1100.55189.456.4628.82
Hex20667348B037bd381d
Octal40146163110130672757035
Binary100000110011011100111001000101101101111011110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206673; }

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

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

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

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

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

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

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

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