#6D51AA

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

Shades of Blue Marguerite #6D51AA

Tints of Blue Marguerite #6D51AA

Color information

#6D51AA (or 0x6D51AA) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 51 and AA. RGB value is (109,81,170). Sum of RGB (Red+Green+Blue) = 109+81+170=360 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.28% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D51AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D51AA is #92AE55. Grayscale: #636363. Windows color (decimal): -9612886 or 11161965. OLE color: 11161965.

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

Color convert

RGB10981170-
CMYK0.360.5200.33
HSL258.88º35.46%49.22%-
HSV(B)258.88º52.35%66.67%-
XYZ16.512.0439.48-
YUV99.52167.78134.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.28%
GREEN value IS 81 (32.03% from 255) = 22.5%
BLUE value IS 170 (66.80% from 255) = 47.22%
R=30.28%
G=22.5%
B=47.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109811700.360.5200.33258.8835.4649.22
Hex6D51AA24340211032331
Octal15512125244640414034361
Binary11011011010001101010101001001101000100001100000011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D51AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,81,170); }

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

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

 a { background-color: rgb(109,81,170); }

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

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

 span { border-color: rgb(109,81,170); }

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