#685FAD

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

Shades of Blue Marguerite #685FAD

Tints of Blue Marguerite #685FAD

Color information

#685FAD (or 0x685FAD) is unknown color: approx Blue Marguerite. HEX triplet: 68, 5F and AD. RGB value is (104,95,173). Sum of RGB (Red+Green+Blue) = 104+95+173=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #685FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685FAD is #97A052. Grayscale: #6A6A6A. Windows color (decimal): -9936979 or 11362152. OLE color: 11362152.

HSL color Cylindrical-coordinate representation of color #685FAD: hue angle of 246.92º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #685FAD is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10495173-
CMYK0.400.4500.32
HSL246.92º32.23%52.55%-
HSV(B)246.92º45.09%67.84%-
XYZ17.3414.1441.35-
YUV106.58165.48126.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.96%
GREEN value IS 95 (37.5% from 255) = 25.54%
BLUE value IS 173 (67.97% from 255) = 46.51%
R=27.96%
G=25.54%
B=46.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal104951730.400.4500.32246.9232.2352.55
Hex685FAD282D020f72035
Octal15013725550550403674065
Binary1101000101111110101101101000101101010000011110111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,95,173); }

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

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

 a { background-color: rgb(104,95,173); }

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

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

 span { border-color: rgb(104,95,173); }

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