Html Css Color HEX #6D51B5 Blue Marguerite

📋 copy color: '#6D51B5'

red 109 ◦ green 81 ◦ blue 181

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

Shades of Blue Marguerite #6D51B5

Tints of Blue Marguerite #6D51B5

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.83%

 BLUE value IS 181 (71.09% from 255) = 48.79%

R = 29.38%
G = 21.83%
B = 48.79%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6D51B5 (or 0x6D51B5) is known color: Blue Marguerite. HEX triplet: 6D, 51 and B5. RGB value is (109,81,181). Sum of RGB (Red+Green+Blue) = 109+81+181=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #6D51B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D51B5 is #92AE4A. Grayscale: #646464. Windows color (decimal): -9612875 or 11882861. OLE color: 11882861.

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

Color convert

RGB 109 81 181 -
CMYK 0.40 0.55 0 0.29
HSL 256.8º 0.4% 0.51% -
HSV(B) 256.8º 0.55% 0.71% -
XYZ 17.59 12.47 45.2 -
YUV 100.77 173.28 133.87 -
System Red Green Blue C M Y K H S L
Decimal 109 81 181 0.40 0.55 0 0.29 256.8 0.4 0.51
Hex 6D 51 B5 28 37 0 1D 101 28 33
Octal 155 121 265 50 67 0 35 401 50 63
Binary 1101101 1010001 10110101 101000 110111 0 11101 100000001 101000 110011

Color Harmonies of #6D51B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D51B5

Black with #6D51B5

Text Example


Text Example

White with #6D51B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,81,181); }

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

background-color css

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

 a { background-color: rgb(109,81,181); }

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

border-color css

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

 span { border-color: rgb(109,81,181); }

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