#685EAB

Color #685EAB Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #685EAB

Tints of Blue Marguerite #685EAB

Color information

#685EAB (or 0x685EAB) is unknown color: approx Blue Marguerite. HEX triplet: 68, 5E and AB. RGB value is (104,94,171). Sum of RGB (Red+Green+Blue) = 104+94+171=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #685EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685EAB is #97A154. Grayscale: #696969. Windows color (decimal): -9937237 or 11230824. OLE color: 11230824.

HSL color Cylindrical-coordinate representation of color #685EAB: hue angle of 247.79º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #685EAB is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10494171-
CMYK0.390.4500.33
HSL247.79º31.43%51.96%-
HSV(B)247.79º45.03%67.06%-
XYZ17.0613.8940.31-
YUV105.77164.81126.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.18%
GREEN value IS 94 (37.11% from 255) = 25.47%
BLUE value IS 171 (67.19% from 255) = 46.34%
R=28.18%
G=25.47%
B=46.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104941710.390.4500.33247.7931.4351.96
Hex685EAB272D021f81f34
Octal15013625347550413703764
Binary110100010111101010101110011110110101000011111100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685EAB; }

 p { color: rgb(104,94,171); }

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

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

 a { background-color: rgb(104,94,171); }

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

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

 span { border-color: rgb(104,94,171); }

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