#206EA4

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

Shades of Lochmara #206EA4

Tints of Lochmara #206EA4

Color information

#206EA4 (or 0x206EA4) is unknown color: approx Lochmara. HEX triplet: 20, 6E and A4. RGB value is (32,110,164). Sum of RGB (Red+Green+Blue) = 32+110+164=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 164 (64.45% from 255 or 53.59% from 306); Max value from RGB is 164 - color contains mainly: blue. Hex color #206EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206EA4 is #DF915B. Grayscale: #5C5C5C. Windows color (decimal): -14651740 or 10776096. OLE color: 10776096.

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

Color convert

RGB32110164-
CMYK0.800.3300.36
HSL204.55º67.35%38.43%-
HSV(B)204.55º80.49%64.31%-
XYZ12.8714.1437.17-
YUV92.83168.1684.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.46%
GREEN value IS 110 (43.36% from 255) = 35.95%
BLUE value IS 164 (64.45% from 255) = 53.59%
R=10.46%
G=35.95%
B=53.59%

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
Decimal321101640.800.3300.36204.5567.3538.43
Hex206EA45021024cd4326
Octal401562441204104431510346
Binary10000011011101010010010100001000010100100110011011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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