#6E4AB9

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

Shades of Blue Marguerite #6E4AB9

Tints of Blue Marguerite #6E4AB9

Color information

#6E4AB9 (or 0x6E4AB9) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 4A and B9. RGB value is (110,74,185). Sum of RGB (Red+Green+Blue) = 110+74+185=369 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.81% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 185 (72.66% from 255 or 50.14% from 369); Max value from RGB is 185 - color contains mainly: blue. Hex color #6E4AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E4AB9 is #91B546. Grayscale: #616161. Windows color (decimal): -9549127 or 12143214. OLE color: 12143214.

HSL color Cylindrical-coordinate representation of color #6E4AB9: hue angle of 259.46º degrees, saturation: 0.44, 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 #6E4AB9 is Cyan = 0.41, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11074185-
CMYK0.410.600.27
HSL259.46º44.22%50.78%-
HSV(B)259.46º60%72.55%-
XYZ17.6411.7247.23-
YUV97.42177.43136.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.81%
GREEN value IS 74 (29.30% from 255) = 20.05%
BLUE value IS 185 (72.66% from 255) = 50.14%
R=29.81%
G=20.05%
B=50.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal110741850.410.600.27259.4644.2250.78
Hex6E4AB9293C01B1032c33
Octal15611227151740334035463
Binary1101110100101010111001101001111100011011100000011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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