#685EB1

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

Shades of Blue Marguerite #685EB1

Tints of Blue Marguerite #685EB1

Color information

#685EB1 (or 0x685EB1) is unknown color: approx Blue Marguerite. HEX triplet: 68, 5E and B1. RGB value is (104,94,177). Sum of RGB (Red+Green+Blue) = 104+94+177=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 177 (69.53% from 255 or 47.2% from 375); Max value from RGB is 177 - color contains mainly: blue. Hex color #685EB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685EB1 is #97A14E. Grayscale: #6A6A6A. Windows color (decimal): -9937231 or 11624040. OLE color: 11624040.

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

Color convert

RGB10494177-
CMYK0.410.4700.31
HSL247.23º34.73%53.14%-
HSV(B)247.23º46.89%69.41%-
XYZ17.6514.1243.39-
YUV106.45167.81126.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 94 (37.11% from 255) = 25.07%
BLUE value IS 177 (69.53% from 255) = 47.2%
R=27.73%
G=25.07%
B=47.2%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal104941770.410.4700.31247.2334.7353.14
Hex685EB1292F01Ff72335
Octal15013626151570373674365
Binary110100010111101011000110100110111101111111110111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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