#6E54AE

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

Shades of Blue Marguerite #6E54AE

Tints of Blue Marguerite #6E54AE

Color information

#6E54AE (or 0x6E54AE) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 54 and AE. RGB value is (110,84,174). Sum of RGB (Red+Green+Blue) = 110+84+174=368 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.89% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E54AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E54AE is #91AB51. Grayscale: #656565. Windows color (decimal): -9546578 or 11424878. OLE color: 11424878.

HSL color Cylindrical-coordinate representation of color #6E54AE: hue angle of 257.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E54AE is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11084174-
CMYK0.370.5200.32
HSL257.33º35.71%50.59%-
HSV(B)257.33º51.72%68.24%-
XYZ17.2412.7141.59-
YUV102.03168.61133.68-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.89%
GREEN value IS 84 (33.20% from 255) = 22.83%
BLUE value IS 174 (68.36% from 255) = 47.28%
R=29.89%
G=22.83%
B=47.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal110841740.370.5200.32257.3335.7150.59
Hex6E54AE25340201012433
Octal15612425645640404014463
Binary11011101010100101011101001011101000100000100000001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E54AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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