Html Css Color HEX #6D4DB6 Blue Marguerite

📋 copy color: '#6D4DB6'

red 109 ◦ green 77 ◦ blue 182

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

Shades of Blue Marguerite #6D4DB6

Tints of Blue Marguerite #6D4DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 49.46%

R = 29.62%
G = 20.92%
B = 49.46%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6D4DB6 (or 0x6D4DB6) is known color: Blue Marguerite. HEX triplet: 6D, 4D and B6. RGB value is (109,77,182). Sum of RGB (Red+Green+Blue) = 109+77+182=368 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.62% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 182 (71.48% from 255 or 49.46% from 368); Max value from RGB is 182 - color contains mainly: blue. Hex color #6D4DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4DB6 is #92B249. Grayscale: #626262. Windows color (decimal): -9613898 or 11947373. OLE color: 11947373.

HSL color Cylindrical-coordinate representation of color #6D4DB6: hue angle of 258.29º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D4DB6 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 77 182 -
CMYK 0.40 0.58 0 0.29
HSL 258.29º 0.42% 0.51% -
HSV(B) 258.29º 0.58% 0.71% -
XYZ 17.4 11.94 45.64 -
YUV 98.54 175.1 135.46 -
System Red Green Blue C M Y K H S L
Decimal 109 77 182 0.40 0.58 0 0.29 258.29 0.42 0.51
Hex 6D 4D B6 28 3A 0 1D 102 2A 33
Octal 155 115 266 50 72 0 35 402 52 63
Binary 1101101 1001101 10110110 101000 111010 0 11101 100000010 101010 110011

Color Harmonies of #6D4DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4DB6

Black with #6D4DB6

Text Example


Text Example

White with #6D4DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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