#6E5CAB

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

Shades of Blue Marguerite #6E5CAB

Tints of Blue Marguerite #6E5CAB

Color information

#6E5CAB (or 0x6E5CAB) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 5C and AB. RGB value is (110,92,171). Sum of RGB (Red+Green+Blue) = 110+92+171=373 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.49% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E5CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5CAB is #91A354. Grayscale: #6A6A6A. Windows color (decimal): -9544533 or 11230318. OLE color: 11230318.

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

Color convert

RGB11092171-
CMYK0.360.4600.33
HSL253.67º31.98%51.57%-
HSV(B)253.67º46.2%67.06%-
XYZ17.6113.9140.28-
YUV106.39164.46130.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.49%
GREEN value IS 92 (36.33% from 255) = 24.66%
BLUE value IS 171 (67.19% from 255) = 45.84%
R=29.49%
G=24.66%
B=45.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110921710.360.4600.33253.6731.9851.57
Hex6E5CAB242E021fe2034
Octal15613425344560413764064
Binary1101110101110010101011100100101110010000111111110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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