#685EBD

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

Shades of Blue Marguerite #685EBD

Tints of Blue Marguerite #685EBD

Color information

#685EBD (or 0x685EBD) is unknown color: approx Blue Marguerite. HEX triplet: 68, 5E and BD. RGB value is (104,94,189). Sum of RGB (Red+Green+Blue) = 104+94+189=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #685EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685EBD is #97A142. Grayscale: #6B6B6B. Windows color (decimal): -9937219 or 12410472. OLE color: 12410472.

HSL color Cylindrical-coordinate representation of color #685EBD: hue angle of 246.32º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #685EBD is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10494189-
CMYK0.450.5000.26
HSL246.32º41.85%55.49%-
HSV(B)246.32º50.26%74.12%-
XYZ18.914.6249.97-
YUV107.82173.81125.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.87%
GREEN value IS 94 (37.11% from 255) = 24.29%
BLUE value IS 189 (74.22% from 255) = 48.84%
R=26.87%
G=24.29%
B=48.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal104941890.450.5000.26246.3241.8555.49
Hex685EBD2D3201Af62a37
Octal15013627555620323665267
Binary110100010111101011110110110111001001101011110110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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