#6E5FAD

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

Shades of Blue Marguerite #6E5FAD

Tints of Blue Marguerite #6E5FAD

Color information

#6E5FAD (or 0x6E5FAD) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 5F and AD. RGB value is (110,95,173). Sum of RGB (Red+Green+Blue) = 110+95+173=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E5FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5FAD is #91A052. Grayscale: #6C6C6C. Windows color (decimal): -9543763 or 11362158. OLE color: 11362158.

HSL color Cylindrical-coordinate representation of color #6E5FAD: hue angle of 251.54º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6E5FAD is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11095173-
CMYK0.360.4500.32
HSL251.54º32.23%52.55%-
HSV(B)251.54º45.09%67.84%-
XYZ18.0714.5241.38-
YUV108.38164.47129.16-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.10%
GREEN value IS 95 (37.5% from 255) = 25.13%
BLUE value IS 173 (67.97% from 255) = 45.77%
R=29.10%
G=25.13%
B=45.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal110951730.360.4500.32251.5432.2352.55
Hex6E5FAD242D020fc2035
Octal15613725544550403744065
Binary1101110101111110101101100100101101010000011111100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,95,173); }

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

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

 a { background-color: rgb(110,95,173); }

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

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

 span { border-color: rgb(110,95,173); }

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