Html Css Color HEX #6D4DB3 Blue Marguerite

📋 copy color: '#6D4DB3'

red 109 ◦ green 77 ◦ blue 179

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

Shades of Blue Marguerite #6D4DB3

Tints of Blue Marguerite #6D4DB3

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.1%

 BLUE value IS 179 (70.31% from 255) = 49.04%

R = 29.86%
G = 21.1%
B = 49.04%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6D4DB3 (or 0x6D4DB3) is known color: Blue Marguerite. HEX triplet: 6D, 4D and B3. RGB value is (109,77,179). Sum of RGB (Red+Green+Blue) = 109+77+179=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 179 (70.31% from 255 or 49.04% from 365); Max value from RGB is 179 - color contains mainly: blue. Hex color #6D4DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4DB3 is #92B24C. Grayscale: #616161. Windows color (decimal): -9613901 or 11750765. OLE color: 11750765.

HSL color Cylindrical-coordinate representation of color #6D4DB3: hue angle of 258.82º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D4DB3 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 109 77 179 -
CMYK 0.39 0.57 0 0.30
HSL 258.82º 0.4% 0.5% -
HSV(B) 258.82º 0.57% 0.7% -
XYZ 17.1 11.81 44.03 -
YUV 98.2 173.6 135.71 -
System Red Green Blue C M Y K H S L
Decimal 109 77 179 0.39 0.57 0 0.30 258.82 0.4 0.5
Hex 6D 4D B3 27 39 0 1E 103 28 32
Octal 155 115 263 47 71 0 36 403 50 62
Binary 1101101 1001101 10110011 100111 111001 0 11110 100000011 101000 110010

Color Harmonies of #6D4DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4DB3

Black with #6D4DB3

Text Example


Text Example

White with #6D4DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,77,179); }

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

background-color css

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

 a { background-color: rgb(109,77,179); }

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

border-color css

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

 span { border-color: rgb(109,77,179); }

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