#206D94

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

Shades of Lochmara #206D94

Tints of Lochmara #206D94

Color information

#206D94 (or 0x206D94) is unknown color: approx Lochmara. HEX triplet: 20, 6D and 94. RGB value is (32,109,148). Sum of RGB (Red+Green+Blue) = 32+109+148=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #206D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206D94 is #DF926B. Grayscale: #5A5A5A. Windows color (decimal): -14652012 or 9727264. OLE color: 9727264.

HSL color Cylindrical-coordinate representation of color #206D94: hue angle of 200.17º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #206D94 is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB32109148-
CMYK0.780.2600.42
HSL200.17º64.44%35.29%-
HSV(B)200.17º78.38%58.04%-
XYZ11.4113.3830-
YUV90.42160.4986.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.07%
GREEN value IS 109 (42.97% from 255) = 37.72%
BLUE value IS 148 (58.20% from 255) = 51.21%
R=11.07%
G=37.72%
B=51.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal321091480.780.2600.42200.1764.4435.29
Hex206D944E1A02Ac84023
Octal401552241163205231010043
Binary1000001101101100101001001110110100101010110010001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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