#6C53AE

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

Shades of Blue Marguerite #6C53AE

Tints of Blue Marguerite #6C53AE

Color information

#6C53AE (or 0x6C53AE) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 53 and AE. RGB value is (108,83,174). Sum of RGB (Red+Green+Blue) = 108+83+174=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C53AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C53AE is #93AC51. Grayscale: #646464. Windows color (decimal): -9677906 or 11424620. OLE color: 11424620.

HSL color Cylindrical-coordinate representation of color #6C53AE: hue angle of 256.48º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C53AE is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10883174-
CMYK0.380.5200.32
HSL256.48º35.97%50.39%-
HSV(B)256.48º52.3%68.24%-
XYZ16.9212.4341.55-
YUV100.85169.28133.1-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.59%
GREEN value IS 83 (32.81% from 255) = 22.74%
BLUE value IS 174 (68.36% from 255) = 47.67%
R=29.59%
G=22.74%
B=47.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal108831740.380.5200.32256.4835.9750.39
Hex6C53AE26340201002432
Octal15412325646640404004462
Binary11011001010011101011101001101101000100000100000000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C53AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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