#6E5DB1

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

Shades of Blue Marguerite #6E5DB1

Tints of Blue Marguerite #6E5DB1

Color information

#6E5DB1 (or 0x6E5DB1) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 5D and B1. RGB value is (110,93,177). Sum of RGB (Red+Green+Blue) = 110+93+177=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 177 (69.53% from 255 or 46.58% from 380); Max value from RGB is 177 - color contains mainly: blue. Hex color #6E5DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5DB1 is #91A24E. Grayscale: #6B6B6B. Windows color (decimal): -9544271 or 11623790. OLE color: 11623790.

HSL color Cylindrical-coordinate representation of color #6E5DB1: hue angle of 252.14º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E5DB1 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11093177-
CMYK0.380.4700.31
HSL252.14º35%52.94%-
HSV(B)252.14º47.46%69.41%-
XYZ18.2814.3243.4-
YUV107.66167.13129.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.95%
GREEN value IS 93 (36.72% from 255) = 24.47%
BLUE value IS 177 (69.53% from 255) = 46.58%
R=28.95%
G=24.47%
B=46.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal110931770.380.4700.31252.143552.94
Hex6E5DB1262F01Ffc2335
Octal15613526146570373744365
Binary110111010111011011000110011010111101111111111100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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