Html Css Color HEX #6548BC Blue Marguerite

📋 copy color: '#6548BC'

red 101 ◦ green 72 ◦ blue 188

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

Shades of Blue Marguerite #6548BC

Tints of Blue Marguerite #6548BC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.94%

 BLUE value IS 188 (73.83% from 255) = 52.08%

R = 27.98%
G = 19.94%
B = 52.08%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6548BC (or 0x6548BC) is known color: Blue Marguerite. HEX triplet: 65, 48 and BC. RGB value is (101,72,188). Sum of RGB (Red+Green+Blue) = 101+72+188=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #6548BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6548BC is #9AB743. Grayscale: #5D5D5D. Windows color (decimal): -10139460 or 12339301. OLE color: 12339301.

HSL color Cylindrical-coordinate representation of color #6548BC: hue angle of 255º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6548BC is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 72 188 -
CMYK 0.46 0.62 0 0.26
HSL 255º 0.46% 0.51% -
HSV(B) 255º 0.62% 0.74% -
XYZ 16.76 11.03 48.82 -
YUV 93.9 181.11 133.07 -
System Red Green Blue C M Y K H S L
Decimal 101 72 188 0.46 0.62 0 0.26 255 0.46 0.51
Hex 65 48 BC 2E 3E 0 1A FF 2E 33
Octal 145 110 274 56 76 0 32 377 56 63
Binary 1100101 1001000 10111100 101110 111110 0 11010 11111111 101110 110011

Color Harmonies of #6548BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6548BC

Black with #6548BC

Text Example


Text Example

White with #6548BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6548BC;
 }
 .AnyTagClassName
 {
   color: #6548BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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