#6D4FAE

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

Shades of Blue Marguerite #6D4FAE

Tints of Blue Marguerite #6D4FAE

Color information

#6D4FAE (or 0x6D4FAE) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 4F and AE. RGB value is (109,79,174). Sum of RGB (Red+Green+Blue) = 109+79+174=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D4FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4FAE is #92B051. Grayscale: #626262. Windows color (decimal): -9613394 or 11423597. OLE color: 11423597.

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

Color convert

RGB10979174-
CMYK0.370.5500.32
HSL258.95º37.55%49.61%-
HSV(B)258.95º54.6%68.24%-
XYZ16.7411.941.46-
YUV98.8170.44135.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.11%
GREEN value IS 79 (31.25% from 255) = 21.82%
BLUE value IS 174 (68.36% from 255) = 48.07%
R=30.11%
G=21.82%
B=48.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal109791740.370.5500.32258.9537.5549.61
Hex6D4FAE25370201032632
Octal15511725645670404034662
Binary11011011001111101011101001011101110100000100000011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,79,174); }

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

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

 a { background-color: rgb(109,79,174); }

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

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

 span { border-color: rgb(109,79,174); }

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