#685DBE

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

Shades of Blue Marguerite #685DBE

Tints of Blue Marguerite #685DBE

Color information

#685DBE (or 0x685DBE) is unknown color: approx Blue Marguerite. HEX triplet: 68, 5D and BE. RGB value is (104,93,190). Sum of RGB (Red+Green+Blue) = 104+93+190=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #685DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685DBE is #97A241. Grayscale: #6A6A6A. Windows color (decimal): -9937474 or 12475752. OLE color: 12475752.

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

Color convert

RGB10493190-
CMYK0.450.5100.25
HSL246.8º42.73%55.49%-
HSV(B)246.8º51.05%74.51%-
XYZ18.9214.4950.51-
YUV107.35174.64125.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.87%
GREEN value IS 93 (36.72% from 255) = 24.03%
BLUE value IS 190 (74.61% from 255) = 49.10%
R=26.87%
G=24.03%
B=49.10%

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
Decimal104931900.450.5100.25246.842.7355.49
Hex685DBE2D33019f72b37
Octal15013527655630313675367
Binary110100010111011011111010110111001101100111110111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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