Html Css Color HEX #6D51BC Blue Marguerite

📋 copy color: '#6D51BC'

red 109 ◦ green 81 ◦ blue 188

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

Shades of Blue Marguerite #6D51BC

Tints of Blue Marguerite #6D51BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.74%

R = 28.84%
G = 21.43%
B = 49.74%

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

#6D51BC (or 0x6D51BC) is known color: Blue Marguerite. HEX triplet: 6D, 51 and BC. RGB value is (109,81,188). Sum of RGB (Red+Green+Blue) = 109+81+188=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D51BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D51BC is #92AE43. Grayscale: #656565. Windows color (decimal): -9612868 or 12341613. OLE color: 12341613.

HSL color Cylindrical-coordinate representation of color #6D51BC: hue angle of 255.7º degrees, saturation: 0.44, 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 #6D51BC is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 81 188 -
CMYK 0.42 0.57 0 0.26
HSL 255.7º 0.44% 0.53% -
HSV(B) 255.7º 0.57% 0.74% -
XYZ 18.33 12.77 49.08 -
YUV 101.57 176.78 133.3 -
System Red Green Blue C M Y K H S L
Decimal 109 81 188 0.42 0.57 0 0.26 255.7 0.44 0.53
Hex 6D 51 BC 2A 39 0 1A 100 2C 35
Octal 155 121 274 52 71 0 32 400 54 65
Binary 1101101 1010001 10111100 101010 111001 0 11010 100000000 101100 110101

Color Harmonies of #6D51BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D51BC

Black with #6D51BC

Text Example


Text Example

White with #6D51BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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