#685DBA

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

Shades of Blue Marguerite #685DBA

Tints of Blue Marguerite #685DBA

Color information

#685DBA (or 0x685DBA) is unknown color: approx Blue Marguerite. HEX triplet: 68, 5D and BA. RGB value is (104,93,186). Sum of RGB (Red+Green+Blue) = 104+93+186=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #685DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685DBA is #97A245. Grayscale: #6A6A6A. Windows color (decimal): -9937478 or 12213608. OLE color: 12213608.

HSL color Cylindrical-coordinate representation of color #685DBA: hue angle of 247.1º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #685DBA is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10493186-
CMYK0.440.500.27
HSL247.1º40.26%54.71%-
HSV(B)247.1º50%72.94%-
XYZ18.4914.3248.24-
YUV106.89172.64125.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.15%
GREEN value IS 93 (36.72% from 255) = 24.28%
BLUE value IS 186 (73.05% from 255) = 48.56%
R=27.15%
G=24.28%
B=48.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal104931860.440.500.27247.140.2654.71
Hex685DBA2C3201Bf72837
Octal15013527254620333675067
Binary110100010111011011101010110011001001101111110111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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