#206FA6

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

Shades of Lochmara #206FA6

Tints of Lochmara #206FA6

Color information

#206FA6 (or 0x206FA6) is unknown color: approx Lochmara. HEX triplet: 20, 6F and A6. RGB value is (32,111,166). Sum of RGB (Red+Green+Blue) = 32+111+166=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 166 (65.23% from 255 or 53.72% from 309); Max value from RGB is 166 - color contains mainly: blue. Hex color #206FA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206FA6 is #DF9059. Grayscale: #5D5D5D. Windows color (decimal): -14651482 or 10907424. OLE color: 10907424.

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

Color convert

RGB32111166-
CMYK0.810.3300.35
HSL204.63º67.68%38.82%-
HSV(B)204.63º80.72%65.1%-
XYZ13.1614.4338.17-
YUV93.65168.8384.03-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.36%
GREEN value IS 111 (43.75% from 255) = 35.92%
BLUE value IS 166 (65.23% from 255) = 53.72%
R=10.36%
G=35.92%
B=53.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal321111660.810.3300.35204.6367.6838.82
Hex206FA65121023cd4427
Octal401572461214104331510447
Binary10000011011111010011010100011000010100011110011011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,111,166); }

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

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

 a { background-color: rgb(32,111,166); }

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

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

 span { border-color: rgb(32,111,166); }

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