#206E8A

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

Shades of Allports #206E8A

Tints of Allports #206E8A

Color information

#206E8A (or 0x206E8A) is unknown color: approx Allports. HEX triplet: 20, 6E and 8A. RGB value is (32,110,138). Sum of RGB (Red+Green+Blue) = 32+110+138=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #206E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206E8A is #DF9175. Grayscale: #595959. Windows color (decimal): -14651766 or 9072160. OLE color: 9072160.

HSL color Cylindrical-coordinate representation of color #206E8A: hue angle of 195.85º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #206E8A is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB32110138-
CMYK0.770.2000.46
HSL195.85º62.35%33.33%-
HSV(B)195.85º76.81%54.12%-
XYZ10.7613.2926.04-
YUV89.87155.1686.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.43%
GREEN value IS 110 (43.36% from 255) = 39.29%
BLUE value IS 138 (54.30% from 255) = 49.29%
R=11.43%
G=39.29%
B=49.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal321101380.770.2000.46195.8562.3533.33
Hex206E8A4D1402Ec43e21
Octal40156212115240563047641
Binary100000110111010001010100110110100010111011000100111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,110,138); }

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

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

 a { background-color: rgb(32,110,138); }

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

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

 span { border-color: rgb(32,110,138); }

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