#6E54AA

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

Shades of Blue Marguerite #6E54AA

Tints of Blue Marguerite #6E54AA

Color information

#6E54AA (or 0x6E54AA) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 54 and AA. RGB value is (110,84,170). Sum of RGB (Red+Green+Blue) = 110+84+170=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E54AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E54AA is #91AB55. Grayscale: #656565. Windows color (decimal): -9546582 or 11162734. OLE color: 11162734.

HSL color Cylindrical-coordinate representation of color #6E54AA: hue angle of 258.14º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E54AA is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11084170-
CMYK0.350.5100.33
HSL258.14º33.86%49.8%-
HSV(B)258.14º50.59%66.67%-
XYZ16.8612.5639.57-
YUV101.58166.61134.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.22%
GREEN value IS 84 (33.20% from 255) = 23.08%
BLUE value IS 170 (66.80% from 255) = 46.70%
R=30.22%
G=23.08%
B=46.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110841700.350.5100.33258.1433.8649.8
Hex6E54AA23330211022232
Octal15612425243630414024262
Binary11011101010100101010101000111100110100001100000010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E54AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,84,170); }

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

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

 a { background-color: rgb(110,84,170); }

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

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

 span { border-color: rgb(110,84,170); }

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