Html Css Color HEX #6549AC Blue Marguerite

📋 copy color: '#6549AC'

red 101 ◦ green 73 ◦ blue 172

#6549AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #6549AC

Tints of Blue Marguerite #6549AC

RGB

 RED value IS 101 (39.84% from 255) = 29.19%

 GREEN value IS 73 (28.91% from 255) = 21.1%

 BLUE value IS 172 (67.58% from 255) = 49.71%

R = 29.19%
G = 21.1%
B = 49.71%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6549AC (or 0x6549AC) is known color: Blue Marguerite. HEX triplet: 65, 49 and AC. RGB value is (101,73,172). Sum of RGB (Red+Green+Blue) = 101+73+172=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #6549AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6549AC is #9AB653. Grayscale: #5C5C5C. Windows color (decimal): -10139220 or 11290981. OLE color: 11290981.

HSL color Cylindrical-coordinate representation of color #6549AC: hue angle of 256.97º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6549AC is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 73 172 -
CMYK 0.41 0.58 0 0.33
HSL 256.97º 0.4% 0.48% -
HSV(B) 256.97º 0.58% 0.67% -
XYZ 15.2 10.51 40.26 -
YUV 92.66 172.78 133.95 -
System Red Green Blue C M Y K H S L
Decimal 101 73 172 0.41 0.58 0 0.33 256.97 0.4 0.48
Hex 65 49 AC 29 3A 0 21 101 28 30
Octal 145 111 254 51 72 0 41 401 50 60
Binary 1100101 1001001 10101100 101001 111010 0 100001 100000001 101000 110000

Color Harmonies of #6549AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6549AC

Black with #6549AC

Text Example


Text Example

White with #6549AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6549AC; }

 p { color: rgb(101,73,172); }

 H1.HeaderClassName
 {
   color: #6549AC;
 }
 .AnyTagClassName
 {
   color: #6549AC;
 }
</style>

background-color css

<style>
 a { background-color: #6549AC; }

 a { background-color: rgb(101,73,172); }

 div.DivClassName
 {
   background-color: #6549AC;
 }
 .BgClassName
 {
   background-color: #6549AC;
 }
</style>

border-color css

<style>
 span { border-color: #6549AC; }

 span { border-color: rgb(101,73,172); }

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