#206B8C

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

Shades of Allports #206B8C

Tints of Allports #206B8C

Color information

#206B8C (or 0x206B8C) is unknown color: approx Allports. HEX triplet: 20, 6B and 8C. RGB value is (32,107,140). Sum of RGB (Red+Green+Blue) = 32+107+140=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #206B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206B8C is #DF9473. Grayscale: #585858. Windows color (decimal): -14652532 or 9202464. OLE color: 9202464.

HSL color Cylindrical-coordinate representation of color #206B8C: hue angle of 198.33º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #206B8C is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB32107140-
CMYK0.770.2400.45
HSL198.33º62.79%33.73%-
HSV(B)198.33º77.14%54.9%-
XYZ10.5912.7226.71-
YUV88.34157.1587.82-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.47%
GREEN value IS 107 (42.19% from 255) = 38.35%
BLUE value IS 140 (55.08% from 255) = 50.18%
R=11.47%
G=38.35%
B=50.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal321071400.770.2400.45198.3362.7933.73
Hex206B8C4D1802Dc63f22
Octal40153214115300553067742
Binary100000110101110001100100110111000010110111000110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206B8C; }

 p { color: rgb(32,107,140); }

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

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

 a { background-color: rgb(32,107,140); }

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

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

 span { border-color: rgb(32,107,140); }

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