#6E5EB6

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

Shades of Blue Marguerite #6E5EB6

Tints of Blue Marguerite #6E5EB6

Color information

#6E5EB6 (or 0x6E5EB6) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 5E and B6. RGB value is (110,94,182). Sum of RGB (Red+Green+Blue) = 110+94+182=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 182 (71.48% from 255 or 47.15% from 386); Max value from RGB is 182 - color contains mainly: blue. Hex color #6E5EB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5EB6 is #91A149. Grayscale: #6C6C6C. Windows color (decimal): -9544010 or 11951726. OLE color: 11951726.

HSL color Cylindrical-coordinate representation of color #6E5EB6: hue angle of 250.91º degrees, saturation: 0.38, 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 #6E5EB6 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11094182-
CMYK0.400.4800.29
HSL250.91º37.61%54.12%-
HSV(B)250.91º48.35%71.37%-
XYZ18.8814.746.1-
YUV108.82169.3128.84-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.50%
GREEN value IS 94 (37.11% from 255) = 24.35%
BLUE value IS 182 (71.48% from 255) = 47.15%
R=28.50%
G=24.35%
B=47.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal110941820.400.4800.29250.9137.6154.12
Hex6E5EB6283001Dfb2636
Octal15613626650600353734666
Binary110111010111101011011010100011000001110111111011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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