#6A4EB3

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

Shades of Blue Marguerite #6A4EB3

Tints of Blue Marguerite #6A4EB3

Color information

#6A4EB3 (or 0x6A4EB3) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 4E and B3. RGB value is (106,78,179). Sum of RGB (Red+Green+Blue) = 106+78+179=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 179 (70.31% from 255 or 49.31% from 363); Max value from RGB is 179 - color contains mainly: blue. Hex color #6A4EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A4EB3 is #95B14C. Grayscale: #616161. Windows color (decimal): -9810253 or 11751018. OLE color: 11751018.

HSL color Cylindrical-coordinate representation of color #6A4EB3: hue angle of 256.63º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A4EB3 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10678179-
CMYK0.410.5600.30
HSL256.63º39.92%50.39%-
HSV(B)256.63º56.42%70.2%-
XYZ16.811.7744.03-
YUV97.89173.78133.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.20%
GREEN value IS 78 (30.86% from 255) = 21.49%
BLUE value IS 179 (70.31% from 255) = 49.31%
R=29.20%
G=21.49%
B=49.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal106781790.410.5600.30256.6339.9250.39
Hex6A4EB3293801E1012832
Octal15211626351700364015062
Binary1101010100111010110011101001111000011110100000001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,78,179); }

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

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

 a { background-color: rgb(106,78,179); }

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

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

 span { border-color: rgb(106,78,179); }

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