#6E4AB5

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

Shades of Blue Marguerite #6E4AB5

Tints of Blue Marguerite #6E4AB5

Color information

#6E4AB5 (or 0x6E4AB5) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 4A and B5. RGB value is (110,74,181). Sum of RGB (Red+Green+Blue) = 110+74+181=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 181 (71.09% from 255 or 49.59% from 365); Max value from RGB is 181 - color contains mainly: blue. Hex color #6E4AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E4AB5 is #91B54A. Grayscale: #606060. Windows color (decimal): -9549131 or 11881070. OLE color: 11881070.

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

Color convert

RGB11074181-
CMYK0.390.5900.29
HSL260.19º41.96%50%-
HSV(B)260.19º59.12%70.98%-
XYZ17.2211.5545.04-
YUV96.96175.43137.3-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.14%
GREEN value IS 74 (29.30% from 255) = 20.27%
BLUE value IS 181 (71.09% from 255) = 49.59%
R=30.14%
G=20.27%
B=49.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal110741810.390.5900.29260.1941.9650
Hex6E4AB5273B01D1042a32
Octal15611226547730354045262
Binary1101110100101010110101100111111011011101100000100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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