#6E5EB5

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

Shades of Blue Marguerite #6E5EB5

Tints of Blue Marguerite #6E5EB5

Color information

#6E5EB5 (or 0x6E5EB5) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 5E and B5. RGB value is (110,94,181). Sum of RGB (Red+Green+Blue) = 110+94+181=385 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.57% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 181 (71.09% from 255 or 47.01% from 385); Max value from RGB is 181 - color contains mainly: blue. Hex color #6E5EB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5EB5 is #91A14A. Grayscale: #6C6C6C. Windows color (decimal): -9544011 or 11886190. OLE color: 11886190.

HSL color Cylindrical-coordinate representation of color #6E5EB5: hue angle of 251.03º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E5EB5 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11094181-
CMYK0.390.4800.29
HSL251.03º37.02%53.92%-
HSV(B)251.03º48.07%70.98%-
XYZ18.7714.6645.56-
YUV108.7168.8128.93-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.57%
GREEN value IS 94 (37.11% from 255) = 24.42%
BLUE value IS 181 (71.09% from 255) = 47.01%
R=28.57%
G=24.42%
B=47.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal110941810.390.4800.29251.0337.0253.92
Hex6E5EB5273001Dfb2536
Octal15613626547600353734566
Binary110111010111101011010110011111000001110111111011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,94,181); }

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

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

 a { background-color: rgb(110,94,181); }

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

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

 span { border-color: rgb(110,94,181); }

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