#6E51AF

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

Shades of Blue Marguerite #6E51AF

Tints of Blue Marguerite #6E51AF

Color information

#6E51AF (or 0x6E51AF) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 51 and AF. RGB value is (110,81,175). Sum of RGB (Red+Green+Blue) = 110+81+175=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #6E51AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E51AF is #91AE50. Grayscale: #646464. Windows color (decimal): -9547345 or 11489646. OLE color: 11489646.

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

Color convert

RGB11081175-
CMYK0.370.5400.31
HSL258.51º37.01%50.2%-
HSV(B)258.51º53.71%68.63%-
XYZ17.1112.342.03-
YUV100.39170.11134.86-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.05%
GREEN value IS 81 (32.03% from 255) = 22.13%
BLUE value IS 175 (68.75% from 255) = 47.81%
R=30.05%
G=22.13%
B=47.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal110811750.370.5400.31258.5137.0150.2
Hex6E51AF253601F1032532
Octal15612125745660374034562
Binary1101110101000110101111100101110110011111100000011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E51AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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