#6C53AC

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

Shades of Blue Marguerite #6C53AC

Tints of Blue Marguerite #6C53AC

Color information

#6C53AC (or 0x6C53AC) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 53 and AC. RGB value is (108,83,172). Sum of RGB (Red+Green+Blue) = 108+83+172=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C53AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C53AC is #93AC53. Grayscale: #646464. Windows color (decimal): -9677908 or 11293548. OLE color: 11293548.

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

Color convert

RGB10883172-
CMYK0.370.5200.33
HSL256.85º34.9%50%-
HSV(B)256.85º51.74%67.45%-
XYZ16.7212.3540.53-
YUV100.62168.28133.26-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.75%
GREEN value IS 83 (32.81% from 255) = 22.87%
BLUE value IS 172 (67.58% from 255) = 47.38%
R=29.75%
G=22.87%
B=47.38%

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
Decimal108831720.370.5200.33256.8534.950
Hex6C53AC25340211012332
Octal15412325445640414014362
Binary11011001010011101011001001011101000100001100000001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C53AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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