#6D53AC

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

Shades of Blue Marguerite #6D53AC

Tints of Blue Marguerite #6D53AC

Color information

#6D53AC (or 0x6D53AC) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 53 and AC. RGB value is (109,83,172). Sum of RGB (Red+Green+Blue) = 109+83+172=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D53AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D53AC is #92AC53. Grayscale: #646464. Windows color (decimal): -9612372 or 11293549. OLE color: 11293549.

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

Color convert

RGB10983172-
CMYK0.370.5200.33
HSL257.53º34.9%50%-
HSV(B)257.53º51.74%67.45%-
XYZ16.8512.4240.54-
YUV100.92168.11133.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.95%
GREEN value IS 83 (32.81% from 255) = 22.80%
BLUE value IS 172 (67.58% from 255) = 47.25%
R=29.95%
G=22.80%
B=47.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109831720.370.5200.33257.5334.950
Hex6D53AC25340211022332
Octal15512325445640414024362
Binary11011011010011101011001001011101000100001100000010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D53AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,83,172); }

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

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

 a { background-color: rgb(109,83,172); }

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

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

 span { border-color: rgb(109,83,172); }

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