Html Css Color HEX #6D4FAD Blue Marguerite

📋 copy color: '#6D4FAD'

red 109 ◦ green 79 ◦ blue 173

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

Shades of Blue Marguerite #6D4FAD

Tints of Blue Marguerite #6D4FAD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.88%

 BLUE value IS 173 (67.97% from 255) = 47.92%

R = 30.19%
G = 21.88%
B = 47.92%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D4FAD (or 0x6D4FAD) is known color: Blue Marguerite. HEX triplet: 6D, 4F and AD. RGB value is (109,79,173). Sum of RGB (Red+Green+Blue) = 109+79+173=361 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.19% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D4FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4FAD is #92B052. Grayscale: #626262. Windows color (decimal): -9613395 or 11358061. OLE color: 11358061.

HSL color Cylindrical-coordinate representation of color #6D4FAD: hue angle of 259.15º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D4FAD is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 109 79 173 -
CMYK 0.37 0.54 0 0.32
HSL 259.15º 0.37% 0.49% -
HSV(B) 259.15º 0.54% 0.68% -
XYZ 16.65 11.86 40.95 -
YUV 98.69 169.94 135.36 -
System Red Green Blue C M Y K H S L
Decimal 109 79 173 0.37 0.54 0 0.32 259.15 0.37 0.49
Hex 6D 4F AD 25 36 0 20 103 25 31
Octal 155 117 255 45 66 0 40 403 45 61
Binary 1101101 1001111 10101101 100101 110110 0 100000 100000011 100101 110001

Color Harmonies of #6D4FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4FAD

Black with #6D4FAD

Text Example


Text Example

White with #6D4FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,79,173); }

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

background-color css

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

 a { background-color: rgb(109,79,173); }

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

border-color css

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

 span { border-color: rgb(109,79,173); }

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