#6E4ABA

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

Shades of Blue Marguerite #6E4ABA

Tints of Blue Marguerite #6E4ABA

Color information

#6E4ABA (or 0x6E4ABA) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 4A and BA. RGB value is (110,74,186). Sum of RGB (Red+Green+Blue) = 110+74+186=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E4ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E4ABA is #91B545. Grayscale: #616161. Windows color (decimal): -9549126 or 12208750. OLE color: 12208750.

HSL color Cylindrical-coordinate representation of color #6E4ABA: hue angle of 259.29º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E4ABA is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11074186-
CMYK0.410.6000.27
HSL259.29º44.8%50.98%-
HSV(B)259.29º60.22%72.94%-
XYZ17.7411.7647.79-
YUV97.53177.93136.89-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.73%
GREEN value IS 74 (29.30% from 255) = 20%
BLUE value IS 186 (73.05% from 255) = 50.27%
R=29.73%
G=20%
B=50.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal110741860.410.6000.27259.2944.850.98
Hex6E4ABA293C01B1032d33
Octal15611227251740334035563
Binary1101110100101010111010101001111100011011100000011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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