#206C9F

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

Shades of Lochmara #206C9F

Tints of Lochmara #206C9F

Color information

#206C9F (or 0x206C9F) is unknown color: approx Lochmara. HEX triplet: 20, 6C and 9F. RGB value is (32,108,159). Sum of RGB (Red+Green+Blue) = 32+108+159=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #206C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206C9F is #DF9360. Grayscale: #5A5A5A. Windows color (decimal): -14652257 or 10447904. OLE color: 10447904.

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

Color convert

RGB32108159-
CMYK0.800.3200.38
HSL204.09º66.49%37.45%-
HSV(B)204.09º79.87%62.35%-
XYZ12.2213.5434.77-
YUV91.09166.3285.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.70%
GREEN value IS 108 (42.58% from 255) = 36.12%
BLUE value IS 159 (62.5% from 255) = 53.18%
R=10.70%
G=36.12%
B=53.18%

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
Decimal321081590.800.3200.38204.0966.4937.45
Hex206C9F5020026cc4225
Octal401542371204004631410245
Binary10000011011001001111110100001000000100110110011001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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