#6D5DAE

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

Shades of Blue Marguerite #6D5DAE

Tints of Blue Marguerite #6D5DAE

Color information

#6D5DAE (or 0x6D5DAE) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 5D and AE. RGB value is (109,93,174). Sum of RGB (Red+Green+Blue) = 109+93+174=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D5DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5DAE is #92A251. Grayscale: #6A6A6A. Windows color (decimal): -9609810 or 11427181. OLE color: 11427181.

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

Color convert

RGB10993174-
CMYK0.370.4700.32
HSL251.85º33.33%52.35%-
HSV(B)251.85º46.55%68.24%-
XYZ17.8614.1441.83-
YUV107.02165.8129.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.99%
GREEN value IS 93 (36.72% from 255) = 24.73%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=28.99%
G=24.73%
B=46.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal109931740.370.4700.32251.8533.3352.35
Hex6D5DAE252F020fc2134
Octal15513525645570403744164
Binary1101101101110110101110100101101111010000011111100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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