#685AAE

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

Shades of Blue Marguerite #685AAE

Tints of Blue Marguerite #685AAE

Color information

#685AAE (or 0x685AAE) is unknown color: approx Blue Marguerite. HEX triplet: 68, 5A and AE. RGB value is (104,90,174). Sum of RGB (Red+Green+Blue) = 104+90+174=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #685AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685AAE is #97A551. Grayscale: #676767. Windows color (decimal): -9938258 or 11426408. OLE color: 11426408.

HSL color Cylindrical-coordinate representation of color #685AAE: hue angle of 250º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #685AAE is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10490174-
CMYK0.400.4800.32
HSL250º34.15%51.76%-
HSV(B)250º48.28%68.24%-
XYZ17.0113.3141.72-
YUV103.76167.64128.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.26%
GREEN value IS 90 (35.55% from 255) = 24.46%
BLUE value IS 174 (68.36% from 255) = 47.28%
R=28.26%
G=24.46%
B=47.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal104901740.400.4800.3225034.1551.76
Hex685AAE2830020fa2234
Octal15013225650600403724264
Binary1101000101101010101110101000110000010000011111010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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