Html Css Color HEX #6549BA Blue Marguerite

📋 copy color: '#6549BA'

red 101 ◦ green 73 ◦ blue 186

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

Shades of Blue Marguerite #6549BA

Tints of Blue Marguerite #6549BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.67%

R = 28.06%
G = 20.28%
B = 51.67%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6549BA (or 0x6549BA) is known color: Blue Marguerite. HEX triplet: 65, 49 and BA. RGB value is (101,73,186). Sum of RGB (Red+Green+Blue) = 101+73+186=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #6549BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6549BA is #9AB645. Grayscale: #5D5D5D. Windows color (decimal): -10139206 or 12208485. OLE color: 12208485.

HSL color Cylindrical-coordinate representation of color #6549BA: hue angle of 254.87º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6549BA is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 73 186 -
CMYK 0.46 0.61 0 0.27
HSL 254.87º 0.45% 0.51% -
HSV(B) 254.87º 0.61% 0.73% -
XYZ 16.61 11.08 47.72 -
YUV 94.25 179.78 132.81 -
System Red Green Blue C M Y K H S L
Decimal 101 73 186 0.46 0.61 0 0.27 254.87 0.45 0.51
Hex 65 49 BA 2E 3D 0 1B FF 2D 33
Octal 145 111 272 56 75 0 33 377 55 63
Binary 1100101 1001001 10111010 101110 111101 0 11011 11111111 101101 110011

Color Harmonies of #6549BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6549BA

Black with #6549BA

Text Example


Text Example

White with #6549BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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