#685DB0

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

Shades of Blue Marguerite #685DB0

Tints of Blue Marguerite #685DB0

Color information

#685DB0 (or 0x685DB0) is unknown color: approx Blue Marguerite. HEX triplet: 68, 5D and B0. RGB value is (104,93,176). Sum of RGB (Red+Green+Blue) = 104+93+176=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 176 (69.14% from 255 or 47.18% from 373); Max value from RGB is 176 - color contains mainly: blue. Hex color #685DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685DB0 is #97A24F. Grayscale: #696969. Windows color (decimal): -9937488 or 11558248. OLE color: 11558248.

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

Color convert

RGB10493176-
CMYK0.410.4700.31
HSL247.95º34.44%52.75%-
HSV(B)247.95º47.16%69.02%-
XYZ17.4613.9142.84-
YUV105.75167.64126.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.88%
GREEN value IS 93 (36.72% from 255) = 24.93%
BLUE value IS 176 (69.14% from 255) = 47.18%
R=27.88%
G=24.93%
B=47.18%

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
Decimal104931760.410.4700.31247.9534.4452.75
Hex685DB0292F01Ff82235
Octal15013526051570373704265
Binary110100010111011011000010100110111101111111111000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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