#6E5AAD

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

Shades of Blue Marguerite #6E5AAD

Tints of Blue Marguerite #6E5AAD

Color information

#6E5AAD (or 0x6E5AAD) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 5A and AD. RGB value is (110,90,173). Sum of RGB (Red+Green+Blue) = 110+90+173=373 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.49% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E5AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5AAD is #91A552. Grayscale: #696969. Windows color (decimal): -9545043 or 11360878. OLE color: 11360878.

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

Color convert

RGB11090173-
CMYK0.360.4800.32
HSL254.46º33.6%51.57%-
HSV(B)254.46º47.98%67.84%-
XYZ17.6313.6441.24-
YUV105.44166.13131.25-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.49%
GREEN value IS 90 (35.55% from 255) = 24.13%
BLUE value IS 173 (67.97% from 255) = 46.38%
R=29.49%
G=24.13%
B=46.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal110901730.360.4800.32254.4633.651.57
Hex6E5AAD2430020fe2234
Octal15613225544600403764264
Binary1101110101101010101101100100110000010000011111110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,90,173); }

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

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

 a { background-color: rgb(110,90,173); }

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

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

 span { border-color: rgb(110,90,173); }

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