#6548AE

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

Shades of Blue Marguerite #6548AE

Tints of Blue Marguerite #6548AE

Color information

#6548AE (or 0x6548AE) is unknown color: approx Blue Marguerite. HEX triplet: 65, 48 and AE. RGB value is (101,72,174). Sum of RGB (Red+Green+Blue) = 101+72+174=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #6548AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6548AE is #9AB751. Grayscale: #5B5B5B. Windows color (decimal): -10139474 or 11421797. OLE color: 11421797.

HSL color Cylindrical-coordinate representation of color #6548AE: hue angle of 257.06º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6548AE is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10172174-
CMYK0.420.5900.32
HSL257.06º41.46%48.24%-
HSV(B)257.06º58.62%68.24%-
XYZ15.3210.4641.26-
YUV92.3174.11134.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.11%
GREEN value IS 72 (28.52% from 255) = 20.75%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=29.11%
G=20.75%
B=50.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101721740.420.5900.32257.0641.4648.24
Hex6548AE2A3B0201012930
Octal14511025652730404015160
Binary11001011001000101011101010101110110100000100000001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6548AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6548AE; }

 p { color: rgb(101,72,174); }

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

<style>
 a { background-color: #6548AE; }

 a { background-color: rgb(101,72,174); }

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

<style>
 span { border-color: #6548AE; }

 span { border-color: rgb(101,72,174); }

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