Html Css Color HEX #6D5EBC Blue Marguerite

📋 copy color: '#6D5EBC'

red 109 ◦ green 94 ◦ blue 188

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

Shades of Blue Marguerite #6D5EBC

Tints of Blue Marguerite #6D5EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.04%

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

R = 27.88%
G = 24.04%
B = 48.08%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6D5EBC (or 0x6D5EBC) is known color: Blue Marguerite. HEX triplet: 6D, 5E and BC. RGB value is (109,94,188). Sum of RGB (Red+Green+Blue) = 109+94+188=391 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.88% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D5EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5EBC is #92A143. Grayscale: #6C6C6C. Windows color (decimal): -9609540 or 12344941. OLE color: 12344941.

HSL color Cylindrical-coordinate representation of color #6D5EBC: hue angle of 249.57º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D5EBC is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 94 188 -
CMYK 0.42 0.50 0 0.26
HSL 249.57º 0.41% 0.55% -
HSV(B) 249.57º 0.5% 0.74% -
XYZ 19.39 14.89 49.43 -
YUV 109.2 172.47 127.86 -
System Red Green Blue C M Y K H S L
Decimal 109 94 188 0.42 0.50 0 0.26 249.57 0.41 0.55
Hex 6D 5E BC 2A 32 0 1A FA 29 37
Octal 155 136 274 52 62 0 32 372 51 67
Binary 1101101 1011110 10111100 101010 110010 0 11010 11111010 101001 110111

Color Harmonies of #6D5EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5EBC

Black with #6D5EBC

Text Example


Text Example

White with #6D5EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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