#206AA0

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

Shades of Lochmara #206AA0

Tints of Lochmara #206AA0

Color information

#206AA0 (or 0x206AA0) is unknown color: approx Lochmara. HEX triplet: 20, 6A and A0. RGB value is (32,106,160). Sum of RGB (Red+Green+Blue) = 32+106+160=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 160 (62.89% from 255 or 53.69% from 298); Max value from RGB is 160 - color contains mainly: blue. Hex color #206AA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206AA0 is #DF955F. Grayscale: #595959. Windows color (decimal): -14652768 or 10512928. OLE color: 10512928.

HSL color Cylindrical-coordinate representation of color #206AA0: hue angle of 205.31º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #206AA0 is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB32106160-
CMYK0.800.3400.37
HSL205.31º66.67%37.65%-
HSV(B)205.31º80%62.75%-
XYZ12.0913.1535.16-
YUV90.03167.4886.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.74%
GREEN value IS 106 (41.80% from 255) = 35.57%
BLUE value IS 160 (62.89% from 255) = 53.69%
R=10.74%
G=35.57%
B=53.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal321061600.800.3400.37205.3166.6737.65
Hex206AA05022025cd4326
Octal401522401204204531510346
Binary10000011010101010000010100001000100100101110011011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,106,160); }

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

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

 a { background-color: rgb(32,106,160); }

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

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

 span { border-color: rgb(32,106,160); }

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