#685EBE

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

Shades of Blue Marguerite #685EBE

Tints of Blue Marguerite #685EBE

Color information

#685EBE (or 0x685EBE) is unknown color: approx Blue Marguerite. HEX triplet: 68, 5E and BE. RGB value is (104,94,190). Sum of RGB (Red+Green+Blue) = 104+94+190=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #685EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685EBE is #97A141. Grayscale: #6B6B6B. Windows color (decimal): -9937218 or 12476008. OLE color: 12476008.

HSL color Cylindrical-coordinate representation of color #685EBE: hue angle of 246.25º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #685EBE is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10494190-
CMYK0.450.5100.25
HSL246.25º42.48%55.69%-
HSV(B)246.25º50.53%74.51%-
XYZ19.0114.6750.54-
YUV107.93174.31125.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.80%
GREEN value IS 94 (37.11% from 255) = 24.23%
BLUE value IS 190 (74.61% from 255) = 48.97%
R=26.80%
G=24.23%
B=48.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104941900.450.5100.25246.2542.4855.69
Hex685EBE2D33019f62a38
Octal15013627655630313665270
Binary110100010111101011111010110111001101100111110110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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