#206E9D

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

Shades of Lochmara #206E9D

Tints of Lochmara #206E9D

Color information

#206E9D (or 0x206E9D) is unknown color: approx Lochmara. HEX triplet: 20, 6E and 9D. RGB value is (32,110,157). Sum of RGB (Red+Green+Blue) = 32+110+157=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #206E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206E9D is #DF9162. Grayscale: #5B5B5B. Windows color (decimal): -14651747 or 10317344. OLE color: 10317344.

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

Color convert

RGB32110157-
CMYK0.800.3000.38
HSL202.56º66.14%37.06%-
HSV(B)202.56º79.62%61.57%-
XYZ12.2613.8933.93-
YUV92.04164.6685.18-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.70%
GREEN value IS 110 (43.36% from 255) = 36.79%
BLUE value IS 157 (61.72% from 255) = 52.51%
R=10.70%
G=36.79%
B=52.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal321101570.800.3000.38202.5666.1437.06
Hex206E9D501E026cb4225
Octal401562351203604631310245
Binary1000001101110100111011010000111100100110110010111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,110,157); }

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

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

 a { background-color: rgb(32,110,157); }

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

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

 span { border-color: rgb(32,110,157); }

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