#6E5EBD

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

Shades of Blue Marguerite #6E5EBD

Tints of Blue Marguerite #6E5EBD

Color information

#6E5EBD (or 0x6E5EBD) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 5E and BD. RGB value is (110,94,189). Sum of RGB (Red+Green+Blue) = 110+94+189=393 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.99% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E5EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5EBD is #91A142. Grayscale: #6D6D6D. Windows color (decimal): -9544003 or 12410478. OLE color: 12410478.

HSL color Cylindrical-coordinate representation of color #6E5EBD: hue angle of 250.11º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E5EBD is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11094189-
CMYK0.420.5000.26
HSL250.11º41.85%55.49%-
HSV(B)250.11º50.26%74.12%-
XYZ19.6214.9950-
YUV109.61172.8128.28-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.99%
GREEN value IS 94 (37.11% from 255) = 23.92%
BLUE value IS 189 (74.22% from 255) = 48.09%
R=27.99%
G=23.92%
B=48.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal110941890.420.5000.26250.1141.8555.49
Hex6E5EBD2A3201Afa2a37
Octal15613627552620323725267
Binary110111010111101011110110101011001001101011111010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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