Html Css Color HEX #6546BA Blue Marguerite

📋 copy color: '#6546BA'

red 101 ◦ green 70 ◦ blue 186

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

Shades of Blue Marguerite #6546BA

Tints of Blue Marguerite #6546BA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.61%

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

R = 28.29%
G = 19.61%
B = 52.1%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6546BA (or 0x6546BA) is known color: Blue Marguerite. HEX triplet: 65, 46 and BA. RGB value is (101,70,186). Sum of RGB (Red+Green+Blue) = 101+70+186=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #6546BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6546BA is #9AB945. Grayscale: #5C5C5C. Windows color (decimal): -10139974 or 12207717. OLE color: 12207717.

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

Color convert

RGB 101 70 186 -
CMYK 0.46 0.62 0 0.27
HSL 256.03º 0.46% 0.5% -
HSV(B) 256.03º 0.62% 0.73% -
XYZ 16.42 10.69 47.65 -
YUV 92.49 180.77 134.07 -
System Red Green Blue C M Y K H S L
Decimal 101 70 186 0.46 0.62 0 0.27 256.03 0.46 0.5
Hex 65 46 BA 2E 3E 0 1B 100 2E 32
Octal 145 106 272 56 76 0 33 400 56 62
Binary 1100101 1000110 10111010 101110 111110 0 11011 100000000 101110 110010

Color Harmonies of #6546BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6546BA

Black with #6546BA

Text Example


Text Example

White with #6546BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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