#684AB6

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

Shades of Blue Marguerite #684AB6

Tints of Blue Marguerite #684AB6

Color information

#684AB6 (or 0x684AB6) is unknown color: approx Blue Marguerite. HEX triplet: 68, 4A and B6. RGB value is (104,74,182). Sum of RGB (Red+Green+Blue) = 104+74+182=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 182 (71.48% from 255 or 50.56% from 360); Max value from RGB is 182 - color contains mainly: blue. Hex color #684AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684AB6 is #97B549. Grayscale: #5E5E5E. Windows color (decimal): -9942346 or 11946600. OLE color: 11946600.

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

Color convert

RGB10474182-
CMYK0.430.5900.29
HSL256.67º42.52%50.2%-
HSV(B)256.67º59.34%71.37%-
XYZ16.611.2245.55-
YUV95.28176.94134.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.89%
GREEN value IS 74 (29.30% from 255) = 20.56%
BLUE value IS 182 (71.48% from 255) = 50.56%
R=28.89%
G=20.56%
B=50.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal104741820.430.5900.29256.6742.5250.2
Hex684AB62B3B01D1012b32
Octal15011226653730354015362
Binary1101000100101010110110101011111011011101100000001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,74,182); }

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

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

 a { background-color: rgb(104,74,182); }

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

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

 span { border-color: rgb(104,74,182); }

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