#206B9F

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

Shades of Lochmara #206B9F

Tints of Lochmara #206B9F

Color information

#206B9F (or 0x206B9F) is unknown color: approx Lochmara. HEX triplet: 20, 6B and 9F. RGB value is (32,107,159). Sum of RGB (Red+Green+Blue) = 32+107+159=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #206B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206B9F is #DF9460. Grayscale: #5A5A5A. Windows color (decimal): -14652513 or 10447648. OLE color: 10447648.

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

Color convert

RGB32107159-
CMYK0.800.3300.38
HSL204.57º66.49%37.45%-
HSV(B)204.57º79.87%62.35%-
XYZ12.1113.3334.73-
YUV90.5166.6586.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.74%
GREEN value IS 107 (42.19% from 255) = 35.91%
BLUE value IS 159 (62.5% from 255) = 53.36%
R=10.74%
G=35.91%
B=53.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal321071590.800.3300.38204.5766.4937.45
Hex206B9F5021026cd4225
Octal401532371204104631510245
Binary10000011010111001111110100001000010100110110011011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,107,159); }

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

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

 a { background-color: rgb(32,107,159); }

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

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

 span { border-color: rgb(32,107,159); }

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