#6E57B0

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

Shades of Blue Marguerite #6E57B0

Tints of Blue Marguerite #6E57B0

Color information

#6E57B0 (or 0x6E57B0) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 57 and B0. RGB value is (110,87,176). Sum of RGB (Red+Green+Blue) = 110+87+176=373 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.49% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 176 (69.14% from 255 or 47.18% from 373); Max value from RGB is 176 - color contains mainly: blue. Hex color #6E57B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E57B0 is #91A84F. Grayscale: #676767. Windows color (decimal): -9545808 or 11556718. OLE color: 11556718.

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

Color convert

RGB11087176-
CMYK0.370.5100.31
HSL255.51º36.03%51.57%-
HSV(B)255.51º50.57%69.02%-
XYZ17.6813.2742.7-
YUV104.02168.62132.26-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.49%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 176 (69.14% from 255) = 47.18%
R=29.49%
G=23.32%
B=47.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal110871760.370.5100.31255.5136.0351.57
Hex6E57B0253301F1002434
Octal15612726045630374004464
Binary1101110101011110110000100101110011011111100000000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E57B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,87,176); }

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

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

 a { background-color: rgb(110,87,176); }

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

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

 span { border-color: rgb(110,87,176); }

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