#206DA3

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

Shades of Lochmara #206DA3

Tints of Lochmara #206DA3

Color information

#206DA3 (or 0x206DA3) is unknown color: approx Lochmara. HEX triplet: 20, 6D and A3. RGB value is (32,109,163). Sum of RGB (Red+Green+Blue) = 32+109+163=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 163 (64.06% from 255 or 53.62% from 304); Max value from RGB is 163 - color contains mainly: blue. Hex color #206DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206DA3 is #DF925C. Grayscale: #5B5B5B. Windows color (decimal): -14651997 or 10710304. OLE color: 10710304.

HSL color Cylindrical-coordinate representation of color #206DA3: hue angle of 204.73º 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 #206DA3 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB32109163-
CMYK0.800.3300.36
HSL204.73º67.18%38.24%-
HSV(B)204.73º80.37%63.92%-
XYZ12.6813.8936.66-
YUV92.13167.9985.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.53%
GREEN value IS 109 (42.97% from 255) = 35.86%
BLUE value IS 163 (64.06% from 255) = 53.62%
R=10.53%
G=35.86%
B=53.62%

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
Decimal321091630.800.3300.36204.7367.1838.24
Hex206DA35021024cd4326
Octal401552431204104431510346
Binary10000011011011010001110100001000010100100110011011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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