#206EA8

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

Shades of Lochmara #206EA8

Tints of Lochmara #206EA8

Color information

#206EA8 (or 0x206EA8) is unknown color: approx Lochmara. HEX triplet: 20, 6E and A8. RGB value is (32,110,168). Sum of RGB (Red+Green+Blue) = 32+110+168=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 168 (66.02% from 255 or 54.19% from 310); Max value from RGB is 168 - color contains mainly: blue. Hex color #206EA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206EA8 is #DF9157. Grayscale: #5C5C5C. Windows color (decimal): -14651736 or 11038240. OLE color: 11038240.

HSL color Cylindrical-coordinate representation of color #206EA8: hue angle of 205.59º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #206EA8 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB32110168-
CMYK0.810.3500.34
HSL205.59º68%39.22%-
HSV(B)205.59º80.95%65.88%-
XYZ13.2414.2939.11-
YUV93.29170.1684.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.32%
GREEN value IS 110 (43.36% from 255) = 35.48%
BLUE value IS 168 (66.02% from 255) = 54.19%
R=10.32%
G=35.48%
B=54.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal321101680.810.3500.34205.596839.22
Hex206EA85123022ce4427
Octal401562501214304231610447
Binary10000011011101010100010100011000110100010110011101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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