#206DAF

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

Shades of Lochmara #206DAF

Tints of Lochmara #206DAF

Color information

#206DAF (or 0x206DAF) is unknown color: approx Lochmara. HEX triplet: 20, 6D and AF. RGB value is (32,109,175). Sum of RGB (Red+Green+Blue) = 32+109+175=316 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.13% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #206DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206DAF is #DF9250. Grayscale: #5D5D5D. Windows color (decimal): -14651985 or 11496736. OLE color: 11496736.

HSL color Cylindrical-coordinate representation of color #206DAF: hue angle of 207.69º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #206DAF is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB32109175-
CMYK0.820.3800.31
HSL207.69º69.08%40.59%-
HSV(B)207.69º81.71%68.63%-
XYZ13.814.3442.6-
YUV93.5173.9984.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.13%
GREEN value IS 109 (42.97% from 255) = 34.49%
BLUE value IS 175 (68.75% from 255) = 55.38%
R=10.13%
G=34.49%
B=55.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal321091750.820.3800.31207.6969.0840.59
Hex206DAF522601Fd04529
Octal401552571224603732010551
Binary1000001101101101011111010010100110011111110100001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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