#685DB1

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

Shades of Blue Marguerite #685DB1

Tints of Blue Marguerite #685DB1

Color information

#685DB1 (or 0x685DB1) is unknown color: approx Blue Marguerite. HEX triplet: 68, 5D and B1. RGB value is (104,93,177). Sum of RGB (Red+Green+Blue) = 104+93+177=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 177 (69.53% from 255 or 47.33% from 374); Max value from RGB is 177 - color contains mainly: blue. Hex color #685DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685DB1 is #97A24E. Grayscale: #696969. Windows color (decimal): -9937487 or 11623784. OLE color: 11623784.

HSL color Cylindrical-coordinate representation of color #685DB1: hue angle of 247.86º 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 #685DB1 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10493177-
CMYK0.410.4700.31
HSL247.86º35%52.94%-
HSV(B)247.86º47.46%69.41%-
XYZ17.5613.9543.36-
YUV105.86168.14126.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.81%
GREEN value IS 93 (36.72% from 255) = 24.87%
BLUE value IS 177 (69.53% from 255) = 47.33%
R=27.81%
G=24.87%
B=47.33%

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
Decimal104931770.410.4700.31247.863552.94
Hex685DB1292F01Ff82335
Octal15013526151570373704365
Binary110100010111011011000110100110111101111111111000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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