#6D5AAD

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

Shades of Blue Marguerite #6D5AAD

Tints of Blue Marguerite #6D5AAD

Color information

#6D5AAD (or 0x6D5AAD) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 5A and AD. RGB value is (109,90,173). Sum of RGB (Red+Green+Blue) = 109+90+173=372 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.30% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D5AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5AAD is #92A552. Grayscale: #686868. Windows color (decimal): -9610579 or 11360877. OLE color: 11360877.

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

Color convert

RGB10990173-
CMYK0.370.4800.32
HSL253.73º33.6%51.57%-
HSV(B)253.73º47.98%67.84%-
XYZ17.5113.5841.23-
YUV105.14166.29130.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.30%
GREEN value IS 90 (35.55% from 255) = 24.19%
BLUE value IS 173 (67.97% from 255) = 46.51%
R=29.30%
G=24.19%
B=46.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal109901730.370.4800.32253.7333.651.57
Hex6D5AAD2530020fe2234
Octal15513225545600403764264
Binary1101101101101010101101100101110000010000011111110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,90,173); }

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

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

 a { background-color: rgb(109,90,173); }

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

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

 span { border-color: rgb(109,90,173); }

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