Html Css Color HEX #6D4EBE Blue Marguerite

📋 copy color: '#6D4EBE'

red 109 ◦ green 78 ◦ blue 190

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

Shades of Blue Marguerite #6D4EBE

Tints of Blue Marguerite #6D4EBE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.69%

 BLUE value IS 190 (74.61% from 255) = 50.4%

R = 28.91%
G = 20.69%
B = 50.4%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D4EBE (or 0x6D4EBE) is known color: Blue Marguerite. HEX triplet: 6D, 4E and BE. RGB value is (109,78,190). Sum of RGB (Red+Green+Blue) = 109+78+190=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D4EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4EBE is #92B141. Grayscale: #636363. Windows color (decimal): -9613634 or 12471917. OLE color: 12471917.

HSL color Cylindrical-coordinate representation of color #6D4EBE: hue angle of 256.61º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D4EBE is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 78 190 -
CMYK 0.43 0.59 0 0.25
HSL 256.61º 0.46% 0.53% -
HSV(B) 256.61º 0.59% 0.75% -
XYZ 18.33 12.42 50.15 -
YUV 100.04 178.77 134.39 -
System Red Green Blue C M Y K H S L
Decimal 109 78 190 0.43 0.59 0 0.25 256.61 0.46 0.53
Hex 6D 4E BE 2B 3B 0 19 101 2E 35
Octal 155 116 276 53 73 0 31 401 56 65
Binary 1101101 1001110 10111110 101011 111011 0 11001 100000001 101110 110101

Color Harmonies of #6D4EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4EBE

Black with #6D4EBE

Text Example


Text Example

White with #6D4EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,78,190); }

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

background-color css

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

 a { background-color: rgb(109,78,190); }

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

border-color css

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

 span { border-color: rgb(109,78,190); }

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