#206C9D

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

Shades of Lochmara #206C9D

Tints of Lochmara #206C9D

Color information

#206C9D (or 0x206C9D) is unknown color: approx Lochmara. HEX triplet: 20, 6C and 9D. RGB value is (32,108,157). Sum of RGB (Red+Green+Blue) = 32+108+157=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #206C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206C9D is #DF9362. Grayscale: #5A5A5A. Windows color (decimal): -14652259 or 10316832. OLE color: 10316832.

HSL color Cylindrical-coordinate representation of color #206C9D: hue angle of 203.52º 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 #206C9D is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB32108157-
CMYK0.800.3100.38
HSL203.52º66.14%37.06%-
HSV(B)203.52º79.62%61.57%-
XYZ12.0413.4733.86-
YUV90.86165.3286.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.77%
GREEN value IS 108 (42.58% from 255) = 36.36%
BLUE value IS 157 (61.72% from 255) = 52.86%
R=10.77%
G=36.36%
B=52.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal321081570.800.3100.38203.5266.1437.06
Hex206C9D501F026cc4225
Octal401542351203704631410245
Binary1000001101100100111011010000111110100110110011001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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