Html Css Color HEX #6D48BC Blue Marguerite

📋 copy color: '#6D48BC'

red 109 ◦ green 72 ◦ blue 188

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

Shades of Blue Marguerite #6D48BC

Tints of Blue Marguerite #6D48BC

RGB

 RED value IS 109 (42.97% from 255) = 29.54%

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

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

R = 29.54%
G = 19.51%
B = 50.95%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6D48BC (or 0x6D48BC) is known color: Blue Marguerite. HEX triplet: 6D, 48 and BC. RGB value is (109,72,188). Sum of RGB (Red+Green+Blue) = 109+72+188=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D48BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D48BC is #92B743. Grayscale: #5F5F5F. Windows color (decimal): -9615172 or 12339309. OLE color: 12339309.

HSL color Cylindrical-coordinate representation of color #6D48BC: hue angle of 259.14º 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 #6D48BC is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 72 188 -
CMYK 0.42 0.62 0 0.26
HSL 259.14º 0.46% 0.51% -
HSV(B) 259.14º 0.62% 0.74% -
XYZ 17.7 11.52 48.87 -
YUV 96.29 179.76 137.07 -
System Red Green Blue C M Y K H S L
Decimal 109 72 188 0.42 0.62 0 0.26 259.14 0.46 0.51
Hex 6D 48 BC 2A 3E 0 1A 103 2E 33
Octal 155 110 274 52 76 0 32 403 56 63
Binary 1101101 1001000 10111100 101010 111110 0 11010 100000011 101110 110011

Color Harmonies of #6D48BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D48BC

Black with #6D48BC

Text Example


Text Example

White with #6D48BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D48BC; }

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

 H1.HeaderClassName
 {
   color: #6D48BC;
 }
 .AnyTagClassName
 {
   color: #6D48BC;
 }
</style>

background-color css

<style>
 a { background-color: #6D48BC; }

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

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

border-color css

<style>
 span { border-color: #6D48BC; }

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

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