#6E51BA

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

Shades of Blue Marguerite #6E51BA

Tints of Blue Marguerite #6E51BA

Color information

#6E51BA (or 0x6E51BA) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 51 and BA. RGB value is (110,81,186). Sum of RGB (Red+Green+Blue) = 110+81+186=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E51BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E51BA is #91AE45. Grayscale: #656565. Windows color (decimal): -9547334 or 12210542. OLE color: 12210542.

HSL color Cylindrical-coordinate representation of color #6E51BA: hue angle of 256.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E51BA is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11081186-
CMYK0.410.5600.27
HSL256.57º43.21%52.35%-
HSV(B)256.57º56.45%72.94%-
XYZ18.2412.7547.95-
YUV101.64175.61133.96-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.18%
GREEN value IS 81 (32.03% from 255) = 21.49%
BLUE value IS 186 (73.05% from 255) = 49.34%
R=29.18%
G=21.49%
B=49.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal110811860.410.5600.27256.5743.2152.35
Hex6E51BA293801B1012b34
Octal15612127251700334015364
Binary1101110101000110111010101001111000011011100000001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E51BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,81,186); }

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

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

 a { background-color: rgb(110,81,186); }

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

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

 span { border-color: rgb(110,81,186); }

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