#6D5EBF

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

Shades of Blue Marguerite #6D5EBF

Tints of Blue Marguerite #6D5EBF

Color information

#6D5EBF (or 0x6D5EBF) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 5E and BF. RGB value is (109,94,191). Sum of RGB (Red+Green+Blue) = 109+94+191=394 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.66% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D5EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5EBF is #92A140. Grayscale: #6D6D6D. Windows color (decimal): -9609537 or 12541549. OLE color: 12541549.

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

Color convert

RGB10994191-
CMYK0.430.5100.25
HSL249.28º43.11%55.88%-
HSV(B)249.28º50.79%74.9%-
XYZ19.7115.0251.15-
YUV109.54173.97127.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.66%
GREEN value IS 94 (37.11% from 255) = 23.86%
BLUE value IS 191 (75% from 255) = 48.48%
R=27.66%
G=23.86%
B=48.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal109941910.430.5100.25249.2843.1155.88
Hex6D5EBF2B33019f92b38
Octal15513627753630313715370
Binary110110110111101011111110101111001101100111111001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D5EBF;
 }
 .AnyTagClassName
 {
   color: #6D5EBF;
 }
</style>
background-color css

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

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

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

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

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

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