#6D4EBE

Color #6D4EBE Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #6D4EBE

Tints of Blue Marguerite #6D4EBE

Color information

#6D4EBE (or 0x6D4EBE) is unknown color: approx 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

RGB10978190-
CMYK0.430.5900.25
HSL256.61º46.28%52.55%-
HSV(B)256.61º58.95%74.51%-
XYZ18.3312.4250.15-
YUV100.04178.77134.39-

RGB Variations

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

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.40%
R=28.91%
G=20.69%
B=50.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal109781900.430.5900.25256.6146.2852.55
Hex6D4EBE2B3B0191012e35
Octal15511627653730314015665
Binary1101101100111010111110101011111011011001100000001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>