#206C97

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

Shades of Lochmara #206C97

Tints of Lochmara #206C97

Color information

#206C97 (or 0x206C97) is unknown color: approx Lochmara. HEX triplet: 20, 6C and 97. RGB value is (32,108,151). Sum of RGB (Red+Green+Blue) = 32+108+151=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 151 (59.38% from 255 or 51.89% from 291); Max value from RGB is 151 - color contains mainly: blue. Hex color #206C97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206C97 is #DF9368. Grayscale: #595959. Windows color (decimal): -14652265 or 9923616. OLE color: 9923616.

HSL color Cylindrical-coordinate representation of color #206C97: hue angle of 201.68º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #206C97 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB32108151-
CMYK0.790.2800.41
HSL201.68º65.03%35.88%-
HSV(B)201.68º78.81%59.22%-
XYZ11.5413.2731.23-
YUV90.18162.3286.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.00%
GREEN value IS 108 (42.58% from 255) = 37.11%
BLUE value IS 151 (59.38% from 255) = 51.89%
R=11.00%
G=37.11%
B=51.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal321081510.790.2800.41201.6865.0335.88
Hex206C974F1C029ca4124
Octal401542271173405131210144
Binary1000001101100100101111001111111000101001110010101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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