#685BAD

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

Shades of Blue Marguerite #685BAD

Tints of Blue Marguerite #685BAD

Color information

#685BAD (or 0x685BAD) is unknown color: approx Blue Marguerite. HEX triplet: 68, 5B and AD. RGB value is (104,91,173). Sum of RGB (Red+Green+Blue) = 104+91+173=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #685BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685BAD is #97A452. Grayscale: #676767. Windows color (decimal): -9938003 or 11361128. OLE color: 11361128.

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

Color convert

RGB10491173-
CMYK0.400.4700.32
HSL249.51º33.33%51.76%-
HSV(B)249.51º47.4%67.84%-
XYZ16.9913.4441.23-
YUV104.23166.81127.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.26%
GREEN value IS 91 (35.94% from 255) = 24.73%
BLUE value IS 173 (67.97% from 255) = 47.01%
R=28.26%
G=24.73%
B=47.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal104911730.400.4700.32249.5133.3351.76
Hex685BAD282F020fa2134
Octal15013325550570403724164
Binary1101000101101110101101101000101111010000011111010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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