#6E5DAC

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

Shades of Blue Marguerite #6E5DAC

Tints of Blue Marguerite #6E5DAC

Color information

#6E5DAC (or 0x6E5DAC) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 5D and AC. RGB value is (110,93,172). Sum of RGB (Red+Green+Blue) = 110+93+172=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E5DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5DAC is #91A253. Grayscale: #6A6A6A. Windows color (decimal): -9544276 or 11296110. OLE color: 11296110.

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

Color convert

RGB11093172-
CMYK0.360.4600.33
HSL252.91º32.24%51.96%-
HSV(B)252.91º45.93%67.45%-
XYZ17.7914.1240.82-
YUV107.09164.63130.08-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.33%
GREEN value IS 93 (36.72% from 255) = 24.8%
BLUE value IS 172 (67.58% from 255) = 45.87%
R=29.33%
G=24.8%
B=45.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110931720.360.4600.33252.9132.2451.96
Hex6E5DAC242E021fd2034
Octal15613525444560413754064
Binary1101110101110110101100100100101110010000111111101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,93,172); }

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

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

 a { background-color: rgb(110,93,172); }

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

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

 span { border-color: rgb(110,93,172); }

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