#6E50AE

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

Shades of Blue Marguerite #6E50AE

Tints of Blue Marguerite #6E50AE

Color information

#6E50AE (or 0x6E50AE) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 50 and AE. RGB value is (110,80,174). Sum of RGB (Red+Green+Blue) = 110+80+174=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E50AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E50AE is #91AF51. Grayscale: #636363. Windows color (decimal): -9547602 or 11423854. OLE color: 11423854.

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

Color convert

RGB11080174-
CMYK0.370.5400.32
HSL259.15º37.01%49.8%-
HSV(B)259.15º54.02%68.24%-
XYZ16.9412.1141.49-
YUV99.69169.94135.36-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.22%
GREEN value IS 80 (31.64% from 255) = 21.98%
BLUE value IS 174 (68.36% from 255) = 47.80%
R=30.22%
G=21.98%
B=47.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal110801740.370.5400.32259.1537.0149.8
Hex6E50AE25360201032532
Octal15612025645660404034562
Binary11011101010000101011101001011101100100000100000011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E50AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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