#685AB0

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

Shades of Blue Marguerite #685AB0

Tints of Blue Marguerite #685AB0

Color information

#685AB0 (or 0x685AB0) is unknown color: approx Blue Marguerite. HEX triplet: 68, 5A and B0. RGB value is (104,90,176). Sum of RGB (Red+Green+Blue) = 104+90+176=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 176 (69.14% from 255 or 47.57% from 370); Max value from RGB is 176 - color contains mainly: blue. Hex color #685AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685AB0 is #97A54F. Grayscale: #676767. Windows color (decimal): -9938256 or 11557480. OLE color: 11557480.

HSL color Cylindrical-coordinate representation of color #685AB0: hue angle of 249.77º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #685AB0 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10490176-
CMYK0.410.4900.31
HSL249.77º35.25%52.16%-
HSV(B)249.77º48.86%69.02%-
XYZ17.213.3942.75-
YUV103.99168.64128.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.11%
GREEN value IS 90 (35.55% from 255) = 24.32%
BLUE value IS 176 (69.14% from 255) = 47.57%
R=28.11%
G=24.32%
B=47.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal104901760.410.4900.31249.7735.2552.16
Hex685AB0293101Ffa2334
Octal15013226051610373724364
Binary110100010110101011000010100111000101111111111010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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