#206899

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

Shades of Lochmara #206899

Tints of Lochmara #206899

Color information

#206899 (or 0x206899) is unknown color: approx Lochmara. HEX triplet: 20, 68 and 99. RGB value is (32,104,153). Sum of RGB (Red+Green+Blue) = 32+104+153=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #206899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206899 is #DF9766. Grayscale: #575757. Windows color (decimal): -14653287 or 10053664. OLE color: 10053664.

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

Color convert

RGB32104153-
CMYK0.790.3200.4
HSL204.3º65.41%36.27%-
HSV(B)204.3º79.08%60%-
XYZ11.312.5131.96-
YUV88.06164.6588.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.07%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 153 (60.16% from 255) = 52.94%
R=11.07%
G=35.99%
B=52.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal321041530.790.3200.4204.365.4136.27
Hex2068994F20028cc4124
Octal401502311174005031410144
Binary10000011010001001100110011111000000101000110011001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206899; }

 p { color: rgb(32,104,153); }

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

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

 a { background-color: rgb(32,104,153); }

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

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

 span { border-color: rgb(32,104,153); }

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