#684DB5

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

Shades of Blue Marguerite #684DB5

Tints of Blue Marguerite #684DB5

Color information

#684DB5 (or 0x684DB5) is unknown color: approx Blue Marguerite. HEX triplet: 68, 4D and B5. RGB value is (104,77,181). Sum of RGB (Red+Green+Blue) = 104+77+181=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #684DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684DB5 is #97B24A. Grayscale: #606060. Windows color (decimal): -9941579 or 11881832. OLE color: 11881832.

HSL color Cylindrical-coordinate representation of color #684DB5: hue angle of 255.58º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #684DB5 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10477181-
CMYK0.430.5700.29
HSL255.58º41.27%50.59%-
HSV(B)255.58º57.46%70.98%-
XYZ16.711.5945.07-
YUV96.93175.45133.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.73%
GREEN value IS 77 (30.47% from 255) = 21.27%
BLUE value IS 181 (71.09% from 255) = 50%
R=28.73%
G=21.27%
B=50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal104771810.430.5700.29255.5841.2750.59
Hex684DB52B3901D1002933
Octal15011526553710354005163
Binary1101000100110110110101101011111001011101100000000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684DB5; }

 p { color: rgb(104,77,181); }

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

<style>
 a { background-color: #684DB5; }

 a { background-color: rgb(104,77,181); }

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

<style>
 span { border-color: #684DB5; }

 span { border-color: rgb(104,77,181); }

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