#6d54aa

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

Shades of Blue Marguerite #6D54AA

Tints of Blue Marguerite #6D54AA

Color information

#6D54AA (or 0x6D54AA) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 54 and AA. RGB value is (109,84,170). Sum of RGB (Red+Green+Blue) = 109+84+170=363 (48% of max value = 765). Red value is 109 (42.97% from 255 or 30.03% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D54AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D54AA is #92AB55. Grayscale: #646464. Windows color (decimal): -9612118 or 11162733. OLE color: 11162733.

HSL color Cylindrical-coordinate representation of color #6D54AA: 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.51%. Process color model (Four color, CMYK) of #6D54AA is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10984170-
CMYK0.360.5100.33
HSL257.44º33.86%49.8%-
HSV(B)257.44º50.59%66.67%-
XYZ16.7312.4939.56-
YUV101.28166.78133.51-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.03%
GREEN value IS 84 (33.20% from 255) = 23.14%
BLUE value IS 170 (66.80% from 255) = 46.83%
R=30.03%
G=23.14%
B=46.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109841700.360.5100.33257.4433.8649.8
Hex6D54AA24330211012232
Octal15512425244630414014262
Binary11011011010100101010101001001100110100001100000001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d54aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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