#206EA3

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

Shades of Lochmara #206EA3

Tints of Lochmara #206EA3

Color information

#206EA3 (or 0x206EA3) is unknown color: approx Lochmara. HEX triplet: 20, 6E and A3. RGB value is (32,110,163). Sum of RGB (Red+Green+Blue) = 32+110+163=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 163 (64.06% from 255 or 53.44% from 305); Max value from RGB is 163 - color contains mainly: blue. Hex color #206EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206EA3 is #DF915C. Grayscale: #5C5C5C. Windows color (decimal): -14651741 or 10710560. OLE color: 10710560.

HSL color Cylindrical-coordinate representation of color #206EA3: hue angle of 204.27º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #206EA3 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB32110163-
CMYK0.800.3300.36
HSL204.27º67.18%38.24%-
HSV(B)204.27º80.37%63.92%-
XYZ12.7814.136.7-
YUV92.72167.6684.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.49%
GREEN value IS 110 (43.36% from 255) = 36.07%
BLUE value IS 163 (64.06% from 255) = 53.44%
R=10.49%
G=36.07%
B=53.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal321101630.800.3300.36204.2767.1838.24
Hex206EA35021024cc4326
Octal401562431204104431410346
Binary10000011011101010001110100001000010100100110011001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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