#685FAA

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

Shades of Blue Marguerite #685FAA

Tints of Blue Marguerite #685FAA

Color information

#685FAA (or 0x685FAA) is unknown color: approx Blue Marguerite. HEX triplet: 68, 5F and AA. RGB value is (104,95,170). Sum of RGB (Red+Green+Blue) = 104+95+170=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #685FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685FAA is #97A055. Grayscale: #696969. Windows color (decimal): -9936982 or 11165544. OLE color: 11165544.

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

Color convert

RGB10495170-
CMYK0.390.4400.33
HSL247.2º30.61%51.96%-
HSV(B)247.2º44.12%66.67%-
XYZ17.0614.0339.84-
YUV106.24163.98126.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.18%
GREEN value IS 95 (37.5% from 255) = 25.75%
BLUE value IS 170 (66.80% from 255) = 46.07%
R=28.18%
G=25.75%
B=46.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104951700.390.4400.33247.230.6151.96
Hex685FAA272C021f71f34
Octal15013725247540413673764
Binary110100010111111010101010011110110001000011111011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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