#206B9E

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

Shades of Lochmara #206B9E

Tints of Lochmara #206B9E

Color information

#206B9E (or 0x206B9E) is unknown color: approx Lochmara. HEX triplet: 20, 6B and 9E. RGB value is (32,107,158). Sum of RGB (Red+Green+Blue) = 32+107+158=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #206B9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206B9E is #DF9461. Grayscale: #5A5A5A. Windows color (decimal): -14652514 or 10382112. OLE color: 10382112.

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

Color convert

RGB32107158-
CMYK0.800.3200.38
HSL204.29º66.32%37.25%-
HSV(B)204.29º79.75%61.96%-
XYZ12.0213.2934.28-
YUV90.39166.1586.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.77%
GREEN value IS 107 (42.19% from 255) = 36.03%
BLUE value IS 158 (62.11% from 255) = 53.20%
R=10.77%
G=36.03%
B=53.20%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal321071580.800.3200.38204.2966.3237.25
Hex206B9E5020026cc4225
Octal401532361204004631410245
Binary10000011010111001111010100001000000100110110011001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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