#6D4EB5

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

Shades of Blue Marguerite #6D4EB5

Tints of Blue Marguerite #6D4EB5

Color information

#6D4EB5 (or 0x6D4EB5) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 4E and B5. RGB value is (109,78,181). Sum of RGB (Red+Green+Blue) = 109+78+181=368 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.62% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 181 (71.09% from 255 or 49.18% from 368); Max value from RGB is 181 - color contains mainly: blue. Hex color #6D4EB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4EB5 is #92B14A. Grayscale: #626262. Windows color (decimal): -9613643 or 11882093. OLE color: 11882093.

HSL color Cylindrical-coordinate representation of color #6D4EB5: hue angle of 258.06º 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 #6D4EB5 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10978181-
CMYK0.400.5700.29
HSL258.06º41.04%50.78%-
HSV(B)258.06º56.91%70.98%-
XYZ17.3712.0445.12-
YUV99.01174.27135.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.62%
GREEN value IS 78 (30.86% from 255) = 21.20%
BLUE value IS 181 (71.09% from 255) = 49.18%
R=29.62%
G=21.20%
B=49.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal109781810.400.5700.29258.0641.0450.78
Hex6D4EB5283901D1022933
Octal15511626550710354025163
Binary1101101100111010110101101000111001011101100000010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D4EB5; }

 p { color: rgb(109,78,181); }

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

<style>
 a { background-color: #6D4EB5; }

 a { background-color: rgb(109,78,181); }

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

<style>
 span { border-color: #6D4EB5; }

 span { border-color: rgb(109,78,181); }

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