#206895

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

Shades of Lochmara #206895

Tints of Lochmara #206895

Color information

#206895 (or 0x206895) is unknown color: approx Lochmara. HEX triplet: 20, 68 and 95. RGB value is (32,104,149). Sum of RGB (Red+Green+Blue) = 32+104+149=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #206895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206895 is #DF976A. Grayscale: #575757. Windows color (decimal): -14653291 or 9791520. OLE color: 9791520.

HSL color Cylindrical-coordinate representation of color #206895: hue angle of 203.08º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #206895 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB32104149-
CMYK0.790.3000.42
HSL203.08º64.64%35.49%-
HSV(B)203.08º78.52%58.43%-
XYZ10.9712.3830.24-
YUV87.6162.6588.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.23%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 149 (58.59% from 255) = 52.28%
R=11.23%
G=36.49%
B=52.28%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal321041490.790.3000.42203.0864.6435.49
Hex2068954F1E02Acb4123
Octal401502251173605231310143
Binary1000001101000100101011001111111100101010110010111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206895; }

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

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

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

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

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

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

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

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