#6D46BA

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

Shades of Blue Marguerite #6D46BA

Tints of Blue Marguerite #6D46BA

Color information

#6D46BA (or 0x6D46BA) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 46 and BA. RGB value is (109,70,186). Sum of RGB (Red+Green+Blue) = 109+70+186=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D46BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D46BA is #92B945. Grayscale: #5E5E5E. Windows color (decimal): -9615686 or 12207725. OLE color: 12207725.

HSL color Cylindrical-coordinate representation of color #6D46BA: hue angle of 260.17º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D46BA is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10970186-
CMYK0.410.6200.27
HSL260.17º45.67%50.2%-
HSV(B)260.17º62.37%72.94%-
XYZ17.3611.1847.7-
YUV94.88179.42138.07-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.86%
GREEN value IS 70 (27.73% from 255) = 19.18%
BLUE value IS 186 (73.05% from 255) = 50.96%
R=29.86%
G=19.18%
B=50.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal109701860.410.6200.27260.1745.6750.2
Hex6D46BA293E01B1042e32
Octal15510627251760334045662
Binary1101101100011010111010101001111110011011100000100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D46BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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