#6D54AB

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

Shades of Blue Marguerite #6D54AB

Tints of Blue Marguerite #6D54AB

Color information

#6D54AB (or 0x6D54AB) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 54 and AB. RGB value is (109,84,171). Sum of RGB (Red+Green+Blue) = 109+84+171=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D54AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D54AB is #92AB54. Grayscale: #656565. Windows color (decimal): -9612117 or 11228269. OLE color: 11228269.

HSL color Cylindrical-coordinate representation of color #6D54AB: hue angle of 257.24º 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 #6D54AB is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10984171-
CMYK0.360.5100.33
HSL257.24º34.12%50%-
HSV(B)257.24º50.88%67.06%-
XYZ16.8312.5340.06-
YUV101.39167.28133.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.95%
GREEN value IS 84 (33.20% from 255) = 23.08%
BLUE value IS 171 (67.19% from 255) = 46.98%
R=29.95%
G=23.08%
B=46.98%

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
Decimal109841710.360.5100.33257.2434.1250
Hex6D54AB24330211012232
Octal15512425344630414014262
Binary11011011010100101010111001001100110100001100000001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D54AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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