#6D50BF

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

Shades of Blue Marguerite #6D50BF

Tints of Blue Marguerite #6D50BF

Color information

#6D50BF (or 0x6D50BF) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 50 and BF. RGB value is (109,80,191). Sum of RGB (Red+Green+Blue) = 109+80+191=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D50BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D50BF is #92AF40. Grayscale: #646464. Windows color (decimal): -9613121 or 12537965. OLE color: 12537965.

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

Color convert

RGB10980191-
CMYK0.430.5800.25
HSL255.68º46.44%53.14%-
HSV(B)255.68º58.12%74.9%-
XYZ18.5812.7550.77-
YUV101.32178.61133.47-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.68%
GREEN value IS 80 (31.64% from 255) = 21.05%
BLUE value IS 191 (75% from 255) = 50.26%
R=28.68%
G=21.05%
B=50.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal109801910.430.5800.25255.6846.4453.14
Hex6D50BF2B3A0191002e35
Octal15512027753720314005665
Binary1101101101000010111111101011111010011001100000000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D50BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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