Html Css Color HEX #6D51BA Blue Marguerite

📋 copy color: '#6D51BA'

red 109 ◦ green 81 ◦ blue 186

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

Shades of Blue Marguerite #6D51BA

Tints of Blue Marguerite #6D51BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.47%

R = 28.99%
G = 21.54%
B = 49.47%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D51BA (or 0x6D51BA) is known color: Blue Marguerite. HEX triplet: 6D, 51 and BA. RGB value is (109,81,186). Sum of RGB (Red+Green+Blue) = 109+81+186=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D51BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D51BA is #92AE45. Grayscale: #646464. Windows color (decimal): -9612870 or 12210541. OLE color: 12210541.

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

Color convert

RGB 109 81 186 -
CMYK 0.41 0.56 0 0.27
HSL 256º 0.43% 0.52% -
HSV(B) 256º 0.56% 0.73% -
XYZ 18.11 12.68 47.95 -
YUV 101.34 175.78 133.46 -
System Red Green Blue C M Y K H S L
Decimal 109 81 186 0.41 0.56 0 0.27 256 0.43 0.52
Hex 6D 51 BA 29 38 0 1B 100 2B 34
Octal 155 121 272 51 70 0 33 400 53 64
Binary 1101101 1010001 10111010 101001 111000 0 11011 100000000 101011 110100

Color Harmonies of #6D51BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D51BA

Black with #6D51BA

Text Example


Text Example

White with #6D51BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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