#6D4ABA

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

Shades of Blue Marguerite #6D4ABA

Tints of Blue Marguerite #6D4ABA

Color information

#6D4ABA (or 0x6D4ABA) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 4A and BA. RGB value is (109,74,186). Sum of RGB (Red+Green+Blue) = 109+74+186=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D4ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4ABA is #92B545. Grayscale: #606060. Windows color (decimal): -9614662 or 12208749. OLE color: 12208749.

HSL color Cylindrical-coordinate representation of color #6D4ABA: hue angle of 258.75º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D4ABA is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10974186-
CMYK0.410.6000.27
HSL258.75º44.8%50.98%-
HSV(B)258.75º60.22%72.94%-
XYZ17.6211.6947.78-
YUV97.23178.1136.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.54%
GREEN value IS 74 (29.30% from 255) = 20.05%
BLUE value IS 186 (73.05% from 255) = 50.41%
R=29.54%
G=20.05%
B=50.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal109741860.410.6000.27258.7544.850.98
Hex6D4ABA293C01B1032d33
Octal15511227251740334035563
Binary1101101100101010111010101001111100011011100000011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,74,186); }

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

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

 a { background-color: rgb(109,74,186); }

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

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

 span { border-color: rgb(109,74,186); }

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