Html Css Color HEX #6D51BD Blue Marguerite

📋 copy color: '#6D51BD'

red 109 ◦ green 81 ◦ blue 189

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

Shades of Blue Marguerite #6D51BD

Tints of Blue Marguerite #6D51BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.87%

R = 28.76%
G = 21.37%
B = 49.87%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6D51BD (or 0x6D51BD) is known color: Blue Marguerite. HEX triplet: 6D, 51 and BD. RGB value is (109,81,189). Sum of RGB (Red+Green+Blue) = 109+81+189=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D51BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D51BD is #92AE42. Grayscale: #656565. Windows color (decimal): -9612867 or 12407149. OLE color: 12407149.

HSL color Cylindrical-coordinate representation of color #6D51BD: hue angle of 255.56º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D51BD is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 81 189 -
CMYK 0.42 0.57 0 0.26
HSL 255.56º 0.45% 0.53% -
HSV(B) 255.56º 0.57% 0.74% -
XYZ 18.43 12.81 49.65 -
YUV 101.68 177.28 133.22 -
System Red Green Blue C M Y K H S L
Decimal 109 81 189 0.42 0.57 0 0.26 255.56 0.45 0.53
Hex 6D 51 BD 2A 39 0 1A 100 2D 35
Octal 155 121 275 52 71 0 32 400 55 65
Binary 1101101 1010001 10111101 101010 111001 0 11010 100000000 101101 110101

Color Harmonies of #6D51BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D51BD

Black with #6D51BD

Text Example


Text Example

White with #6D51BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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