#685FAC

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

Shades of Blue Marguerite #685FAC

Tints of Blue Marguerite #685FAC

Color information

#685FAC (or 0x685FAC) is unknown color: approx Blue Marguerite. HEX triplet: 68, 5F and AC. RGB value is (104,95,172). Sum of RGB (Red+Green+Blue) = 104+95+172=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #685FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685FAC is #97A053. Grayscale: #6A6A6A. Windows color (decimal): -9936980 or 11296616. OLE color: 11296616.

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

Color convert

RGB10495172-
CMYK0.400.4500.33
HSL247.01º31.69%52.35%-
HSV(B)247.01º44.77%67.45%-
XYZ17.2514.1140.84-
YUV106.47164.98126.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.03%
GREEN value IS 95 (37.5% from 255) = 25.61%
BLUE value IS 172 (67.58% from 255) = 46.36%
R=28.03%
G=25.61%
B=46.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104951720.400.4500.33247.0131.6952.35
Hex685FAC282D021f72034
Octal15013725450550413674064
Binary1101000101111110101100101000101101010000111110111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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