#6D5DAD

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

Shades of Blue Marguerite #6D5DAD

Tints of Blue Marguerite #6D5DAD

Color information

#6D5DAD (or 0x6D5DAD) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 5D and AD. RGB value is (109,93,173). Sum of RGB (Red+Green+Blue) = 109+93+173=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D5DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5DAD is #92A252. Grayscale: #6A6A6A. Windows color (decimal): -9609811 or 11361645. OLE color: 11361645.

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

Color convert

RGB10993173-
CMYK0.370.4600.32
HSL252º32.79%52.16%-
HSV(B)252º46.24%67.84%-
XYZ17.7614.141.32-
YUV106.9165.3129.5-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.07%
GREEN value IS 93 (36.72% from 255) = 24.8%
BLUE value IS 173 (67.97% from 255) = 46.13%
R=29.07%
G=24.8%
B=46.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal109931730.370.4600.3225232.7952.16
Hex6D5DAD252E020fc2134
Octal15513525545560403744164
Binary1101101101110110101101100101101110010000011111100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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