#6E5ABD

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

Shades of Blue Marguerite #6E5ABD

Tints of Blue Marguerite #6E5ABD

Color information

#6E5ABD (or 0x6E5ABD) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 5A and BD. RGB value is (110,90,189). Sum of RGB (Red+Green+Blue) = 110+90+189=389 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.28% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E5ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5ABD is #91A542. Grayscale: #6A6A6A. Windows color (decimal): -9545027 or 12409454. OLE color: 12409454.

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

Color convert

RGB11090189-
CMYK0.420.5200.26
HSL252.12º42.86%54.71%-
HSV(B)252.12º52.38%74.12%-
XYZ19.2714.349.89-
YUV107.27174.13129.95-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.28%
GREEN value IS 90 (35.55% from 255) = 23.14%
BLUE value IS 189 (74.22% from 255) = 48.59%
R=28.28%
G=23.14%
B=48.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal110901890.420.5200.26252.1242.8654.71
Hex6E5ABD2A3401Afc2b37
Octal15613227552640323745367
Binary110111010110101011110110101011010001101011111100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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