#685AB2

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

Shades of Blue Marguerite #685AB2

Tints of Blue Marguerite #685AB2

Color information

#685AB2 (or 0x685AB2) is unknown color: approx Blue Marguerite. HEX triplet: 68, 5A and B2. RGB value is (104,90,178). Sum of RGB (Red+Green+Blue) = 104+90+178=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 178 - color contains mainly: blue. Hex color #685AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685AB2 is #97A54D. Grayscale: #676767. Windows color (decimal): -9938254 or 11688552. OLE color: 11688552.

HSL color Cylindrical-coordinate representation of color #685AB2: hue angle of 249.55º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #685AB2 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10490178-
CMYK0.420.4900.30
HSL249.55º36.36%52.55%-
HSV(B)249.55º49.44%69.8%-
XYZ17.413.4743.8-
YUV104.22169.64127.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.96%
GREEN value IS 90 (35.55% from 255) = 24.19%
BLUE value IS 178 (69.92% from 255) = 47.85%
R=27.96%
G=24.19%
B=47.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal104901780.420.4900.30249.5536.3652.55
Hex685AB22A3101Efa2435
Octal15013226252610363724465
Binary110100010110101011001010101011000101111011111010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,90,178); }

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

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

 a { background-color: rgb(104,90,178); }

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

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

 span { border-color: rgb(104,90,178); }

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