#6E55AB

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

Shades of Blue Marguerite #6E55AB

Tints of Blue Marguerite #6E55AB

Color information

#6E55AB (or 0x6E55AB) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 55 and AB. RGB value is (110,85,171). Sum of RGB (Red+Green+Blue) = 110+85+171=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E55AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E55AB is #91AA54. Grayscale: #656565. Windows color (decimal): -9546325 or 11228526. OLE color: 11228526.

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

Color convert

RGB11085171-
CMYK0.360.5000.33
HSL257.44º33.86%50.2%-
HSV(B)257.44º50.29%67.06%-
XYZ17.0312.7540.09-
YUV102.28166.78133.51-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.05%
GREEN value IS 85 (33.59% from 255) = 23.22%
BLUE value IS 171 (67.19% from 255) = 46.72%
R=30.05%
G=23.22%
B=46.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110851710.360.5000.33257.4433.8650.2
Hex6E55AB24320211012232
Octal15612525344620414014262
Binary11011101010101101010111001001100100100001100000001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E55AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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