#6E56B1

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

Shades of Blue Marguerite #6E56B1

Tints of Blue Marguerite #6E56B1

Color information

#6E56B1 (or 0x6E56B1) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 56 and B1. RGB value is (110,86,177). Sum of RGB (Red+Green+Blue) = 110+86+177=373 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.49% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 177 (69.53% from 255 or 47.45% from 373); Max value from RGB is 177 - color contains mainly: blue. Hex color #6E56B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E56B1 is #91A94E. Grayscale: #676767. Windows color (decimal): -9546063 or 11621998. OLE color: 11621998.

HSL color Cylindrical-coordinate representation of color #6E56B1: hue angle of 255.82º degrees, saturation: 0.37, 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 #6E56B1 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11086177-
CMYK0.380.5100.31
HSL255.82º36.84%51.57%-
HSV(B)255.82º51.41%69.41%-
XYZ17.6913.1443.2-
YUV103.55169.45132.6-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.49%
GREEN value IS 86 (33.98% from 255) = 23.06%
BLUE value IS 177 (69.53% from 255) = 47.45%
R=29.49%
G=23.06%
B=47.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal110861770.380.5100.31255.8236.8451.57
Hex6E56B1263301F1002534
Octal15612626146630374004564
Binary1101110101011010110001100110110011011111100000000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E56B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,86,177); }

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

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

 a { background-color: rgb(110,86,177); }

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

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

 span { border-color: rgb(110,86,177); }

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