#206993

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

Shades of Lochmara #206993

Tints of Lochmara #206993

Color information

#206993 (or 0x206993) is unknown color: approx Lochmara. HEX triplet: 20, 69 and 93. RGB value is (32,105,147). Sum of RGB (Red+Green+Blue) = 32+105+147=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #206993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206993 is #DF966C. Grayscale: #575757. Windows color (decimal): -14653037 or 9660704. OLE color: 9660704.

HSL color Cylindrical-coordinate representation of color #206993: hue angle of 201.91º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #206993 is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB32105147-
CMYK0.780.2900.42
HSL201.91º64.25%35.1%-
HSV(B)201.91º78.23%57.65%-
XYZ10.9112.5229.44-
YUV87.96161.3288.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.27%
GREEN value IS 105 (41.41% from 255) = 36.97%
BLUE value IS 147 (57.81% from 255) = 51.76%
R=11.27%
G=36.97%
B=51.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal321051470.780.2900.42201.9164.2535.1
Hex2069934E1D02Aca4023
Octal401512231163505231210043
Binary1000001101001100100111001110111010101010110010101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206993; }

 p { color: rgb(32,105,147); }

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

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

 a { background-color: rgb(32,105,147); }

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

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

 span { border-color: rgb(32,105,147); }

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