#206A95

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

Shades of Lochmara #206A95

Tints of Lochmara #206A95

Color information

#206A95 (or 0x206A95) is unknown color: approx Lochmara. HEX triplet: 20, 6A and 95. RGB value is (32,106,149). Sum of RGB (Red+Green+Blue) = 32+106+149=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #206A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206A95 is #DF956A. Grayscale: #585858. Windows color (decimal): -14652779 or 9792032. OLE color: 9792032.

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

Color convert

RGB32106149-
CMYK0.790.2900.42
HSL202.05º64.64%35.49%-
HSV(B)202.05º78.52%58.43%-
XYZ11.1712.7930.31-
YUV88.78161.9887.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.15%
GREEN value IS 106 (41.80% from 255) = 36.93%
BLUE value IS 149 (58.59% from 255) = 51.92%
R=11.15%
G=36.93%
B=51.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal321061490.790.2900.42202.0564.6435.49
Hex206A954F1D02Aca4123
Octal401522251173505231210143
Binary1000001101010100101011001111111010101010110010101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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