#685EAF

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

Shades of Blue Marguerite #685EAF

Tints of Blue Marguerite #685EAF

Color information

#685EAF (or 0x685EAF) is unknown color: approx Blue Marguerite. HEX triplet: 68, 5E and AF. RGB value is (104,94,175). Sum of RGB (Red+Green+Blue) = 104+94+175=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #685EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685EAF is #97A150. Grayscale: #696969. Windows color (decimal): -9937233 or 11492968. OLE color: 11492968.

HSL color Cylindrical-coordinate representation of color #685EAF: hue angle of 247.41º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #685EAF is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10494175-
CMYK0.410.4600.31
HSL247.41º33.61%52.75%-
HSV(B)247.41º46.29%68.63%-
XYZ17.4514.0442.35-
YUV106.22166.81126.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.88%
GREEN value IS 94 (37.11% from 255) = 25.20%
BLUE value IS 175 (68.75% from 255) = 46.92%
R=27.88%
G=25.20%
B=46.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal104941750.410.4600.31247.4133.6152.75
Hex685EAF292E01Ff72235
Octal15013625751560373674265
Binary110100010111101010111110100110111001111111110111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,94,175); }

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

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

 a { background-color: rgb(104,94,175); }

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

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

 span { border-color: rgb(104,94,175); }

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