#685DB7

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

Shades of Blue Marguerite #685DB7

Tints of Blue Marguerite #685DB7

Color information

#685DB7 (or 0x685DB7) is unknown color: approx Blue Marguerite. HEX triplet: 68, 5D and B7. RGB value is (104,93,183). Sum of RGB (Red+Green+Blue) = 104+93+183=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 183 (71.88% from 255 or 48.16% from 380); Max value from RGB is 183 - color contains mainly: blue. Hex color #685DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685DB7 is #97A248. Grayscale: #6A6A6A. Windows color (decimal): -9937481 or 12017000. OLE color: 12017000.

HSL color Cylindrical-coordinate representation of color #685DB7: hue angle of 247.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #685DB7 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10493183-
CMYK0.430.4900.28
HSL247.33º38.46%54.12%-
HSV(B)247.33º49.18%71.76%-
XYZ18.1714.1946.58-
YUV106.55171.14126.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.37%
GREEN value IS 93 (36.72% from 255) = 24.47%
BLUE value IS 183 (71.88% from 255) = 48.16%
R=27.37%
G=24.47%
B=48.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal104931830.430.4900.28247.3338.4654.12
Hex685DB72B3101Cf72636
Octal15013526753610343674666
Binary110100010111011011011110101111000101110011110111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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