#206697

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

Shades of Lochmara #206697

Tints of Lochmara #206697

Color information

#206697 (or 0x206697) is unknown color: approx Lochmara. HEX triplet: 20, 66 and 97. RGB value is (32,102,151). Sum of RGB (Red+Green+Blue) = 32+102+151=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #206697 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206697 is #DF9968. Grayscale: #565656. Windows color (decimal): -14653801 or 9922080. OLE color: 9922080.

HSL color Cylindrical-coordinate representation of color #206697: hue angle of 204.71º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #206697 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB32102151-
CMYK0.790.3200.41
HSL204.71º65.03%35.88%-
HSV(B)204.71º78.81%59.22%-
XYZ10.9312.0431.03-
YUV86.66164.3189.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.23%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 151 (59.38% from 255) = 52.98%
R=11.23%
G=35.79%
B=52.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal321021510.790.3200.41204.7165.0335.88
Hex2066974F20029cd4124
Octal401462271174005131510144
Binary10000011001101001011110011111000000101001110011011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206697; }

 p { color: rgb(32,102,151); }

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

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

 a { background-color: rgb(32,102,151); }

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

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

 span { border-color: rgb(32,102,151); }

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