#206E94

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

Shades of Lochmara #206E94

Tints of Lochmara #206E94

Color information

#206E94 (or 0x206E94) is unknown color: approx Lochmara. HEX triplet: 20, 6E and 94. RGB value is (32,110,148). Sum of RGB (Red+Green+Blue) = 32+110+148=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #206E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206E94 is #DF916B. Grayscale: #5A5A5A. Windows color (decimal): -14651756 or 9727520. OLE color: 9727520.

HSL color Cylindrical-coordinate representation of color #206E94: hue angle of 199.66º 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 #206E94 is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB32110148-
CMYK0.780.2600.42
HSL199.66º64.44%35.29%-
HSV(B)199.66º78.38%58.04%-
XYZ11.5213.630.03-
YUV91.01160.1685.91-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.03%
GREEN value IS 110 (43.36% from 255) = 37.93%
BLUE value IS 148 (58.20% from 255) = 51.03%
R=11.03%
G=37.93%
B=51.03%

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
Decimal321101480.780.2600.42199.6664.4435.29
Hex206E944E1A02Ac84023
Octal401562241163205231010043
Binary1000001101110100101001001110110100101010110010001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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