#6B46BA

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

Shades of Blue Marguerite #6B46BA

Tints of Blue Marguerite #6B46BA

Color information

#6B46BA (or 0x6B46BA) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 46 and BA. RGB value is (107,70,186). Sum of RGB (Red+Green+Blue) = 107+70+186=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B46BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B46BA is #94B945. Grayscale: #5D5D5D. Windows color (decimal): -9746758 or 12207723. OLE color: 12207723.

HSL color Cylindrical-coordinate representation of color #6B46BA: hue angle of 259.14º 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 #6B46BA is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10770186-
CMYK0.420.6200.27
HSL259.14º45.67%50.2%-
HSV(B)259.14º62.37%72.94%-
XYZ17.1211.0547.69-
YUV94.29179.76137.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.48%
GREEN value IS 70 (27.73% from 255) = 19.28%
BLUE value IS 186 (73.05% from 255) = 51.24%
R=29.48%
G=19.28%
B=51.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal107701860.420.6200.27259.1445.6750.2
Hex6B46BA2A3E01B1032e32
Octal15310627252760334035662
Binary1101011100011010111010101010111110011011100000011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B46BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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