#6E5CAE

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

Shades of Blue Marguerite #6E5CAE

Tints of Blue Marguerite #6E5CAE

Color information

#6E5CAE (or 0x6E5CAE) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 5C and AE. RGB value is (110,92,174). Sum of RGB (Red+Green+Blue) = 110+92+174=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E5CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5CAE is #91A351. Grayscale: #6A6A6A. Windows color (decimal): -9544530 or 11426926. OLE color: 11426926.

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

Color convert

RGB11092174-
CMYK0.370.4700.32
HSL253.17º33.61%52.16%-
HSV(B)253.17º47.13%68.24%-
XYZ17.914.0341.81-
YUV106.73165.96130.33-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.26%
GREEN value IS 92 (36.33% from 255) = 24.47%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=29.26%
G=24.47%
B=46.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal110921740.370.4700.32253.1733.6152.16
Hex6E5CAE252F020fd2234
Octal15613425645570403754264
Binary1101110101110010101110100101101111010000011111101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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