#206784

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

Shades of Allports #206784

Tints of Allports #206784

Color information

#206784 (or 0x206784) is unknown color: approx Allports. HEX triplet: 20, 67 and 84. RGB value is (32,103,132). Sum of RGB (Red+Green+Blue) = 32+103+132=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 132 - color contains mainly: blue. Hex color #206784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206784 is #DF987B. Grayscale: #545454. Windows color (decimal): -14653564 or 8677152. OLE color: 8677152.

HSL color Cylindrical-coordinate representation of color #206784: hue angle of 197.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #206784 is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB32103132-
CMYK0.760.2200.48
HSL197.4º60.98%32.16%-
HSV(B)197.4º75.76%51.76%-
XYZ9.6111.6723.58-
YUV85.08154.4890.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.99%
GREEN value IS 103 (40.62% from 255) = 38.58%
BLUE value IS 132 (51.95% from 255) = 49.44%
R=11.99%
G=38.58%
B=49.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal321031320.760.2200.48197.460.9832.16
Hex2067844C16030c53d20
Octal40147204114260603057540
Binary100000110011110000100100110010110011000011000101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206784; }

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

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

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

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

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

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

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

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