Html Css Color HEX #6D4CB9 Blue Marguerite

📋 copy color: '#6D4CB9'

red 109 ◦ green 76 ◦ blue 185

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

Shades of Blue Marguerite #6D4CB9

Tints of Blue Marguerite #6D4CB9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.54%

 BLUE value IS 185 (72.66% from 255) = 50%

R = 29.46%
G = 20.54%
B = 50%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D4CB9 (or 0x6D4CB9) is known color: Blue Marguerite. HEX triplet: 6D, 4C and B9. RGB value is (109,76,185). Sum of RGB (Red+Green+Blue) = 109+76+185=370 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.46% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 185 (72.66% from 255 or 50% from 370); Max value from RGB is 185 - color contains mainly: blue. Hex color #6D4CB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4CB9 is #92B346. Grayscale: #616161. Windows color (decimal): -9614151 or 12143725. OLE color: 12143725.

HSL color Cylindrical-coordinate representation of color #6D4CB9: hue angle of 258.17º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D4CB9 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 76 185 -
CMYK 0.41 0.59 0 0.27
HSL 258.17º 0.44% 0.51% -
HSV(B) 258.17º 0.59% 0.73% -
XYZ 17.65 11.92 47.27 -
YUV 98.29 176.93 135.64 -
System Red Green Blue C M Y K H S L
Decimal 109 76 185 0.41 0.59 0 0.27 258.17 0.44 0.51
Hex 6D 4C B9 29 3B 0 1B 102 2C 33
Octal 155 114 271 51 73 0 33 402 54 63
Binary 1101101 1001100 10111001 101001 111011 0 11011 100000010 101100 110011

Color Harmonies of #6D4CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4CB9

Black with #6D4CB9

Text Example


Text Example

White with #6D4CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,76,185); }

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

background-color css

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

 a { background-color: rgb(109,76,185); }

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

border-color css

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

 span { border-color: rgb(109,76,185); }

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