#206A93

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

Shades of Lochmara #206A93

Tints of Lochmara #206A93

Color information

#206A93 (or 0x206A93) is unknown color: approx Lochmara. HEX triplet: 20, 6A and 93. RGB value is (32,106,147). Sum of RGB (Red+Green+Blue) = 32+106+147=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #206A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206A93 is #DF956C. Grayscale: #585858. Windows color (decimal): -14652781 or 9660960. OLE color: 9660960.

HSL color Cylindrical-coordinate representation of color #206A93: hue angle of 201.39º 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 #206A93 is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB32106147-
CMYK0.780.2800.42
HSL201.39º64.25%35.1%-
HSV(B)201.39º78.23%57.65%-
XYZ11.0212.7229.48-
YUV88.55160.9887.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.23%
GREEN value IS 106 (41.80% from 255) = 37.19%
BLUE value IS 147 (57.81% from 255) = 51.58%
R=11.23%
G=37.19%
B=51.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal321061470.780.2800.42201.3964.2535.1
Hex206A934E1C02Ac94023
Octal401522231163405231110043
Binary1000001101010100100111001110111000101010110010011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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