#684EAA

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

Shades of Blue Marguerite #684EAA

Tints of Blue Marguerite #684EAA

Color information

#684EAA (or 0x684EAA) is unknown color: approx Blue Marguerite. HEX triplet: 68, 4E and AA. RGB value is (104,78,170). Sum of RGB (Red+Green+Blue) = 104+78+170=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #684EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #684EAA is #97B155. Grayscale: #5F5F5F. Windows color (decimal): -9941334 or 11161192. OLE color: 11161192.

HSL color Cylindrical-coordinate representation of color #684EAA: hue angle of 256.96º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #684EAA is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10478170-
CMYK0.390.5400.33
HSL256.96º37.1%48.63%-
HSV(B)256.96º54.12%66.67%-
XYZ15.6911.2939.38-
YUV96.26169.61133.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.55%
GREEN value IS 78 (30.86% from 255) = 22.16%
BLUE value IS 170 (66.80% from 255) = 48.30%
R=29.55%
G=22.16%
B=48.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104781700.390.5400.33256.9637.148.63
Hex684EAA27360211012531
Octal15011625247660414014561
Binary11010001001110101010101001111101100100001100000001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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