#684EAE

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

Shades of Blue Marguerite #684EAE

Tints of Blue Marguerite #684EAE

Color information

#684EAE (or 0x684EAE) is unknown color: approx Blue Marguerite. HEX triplet: 68, 4E and AE. RGB value is (104,78,174). Sum of RGB (Red+Green+Blue) = 104+78+174=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #684EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #684EAE is #97B151. Grayscale: #606060. Windows color (decimal): -9941330 or 11423336. OLE color: 11423336.

HSL color Cylindrical-coordinate representation of color #684EAE: hue angle of 256.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #684EAE is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10478174-
CMYK0.400.5500.32
HSL256.25º38.1%49.41%-
HSV(B)256.25º55.17%68.24%-
XYZ16.0711.4541.41-
YUV96.72171.61133.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.21%
GREEN value IS 78 (30.86% from 255) = 21.91%
BLUE value IS 174 (68.36% from 255) = 48.88%
R=29.21%
G=21.91%
B=48.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal104781740.400.5500.32256.2538.149.41
Hex684EAE28370201002631
Octal15011625650670404004661
Binary11010001001110101011101010001101110100000100000000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,78,174); }

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

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

 a { background-color: rgb(104,78,174); }

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

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

 span { border-color: rgb(104,78,174); }

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