#6A4EAC

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

Shades of Blue Marguerite #6A4EAC

Tints of Blue Marguerite #6A4EAC

Color information

#6A4EAC (or 0x6A4EAC) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 4E and AC. RGB value is (106,78,172). Sum of RGB (Red+Green+Blue) = 106+78+172=356 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.78% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #6A4EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A4EAC is #95B153. Grayscale: #606060. Windows color (decimal): -9810260 or 11292266. OLE color: 11292266.

HSL color Cylindrical-coordinate representation of color #6A4EAC: hue angle of 257.87º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A4EAC is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10678172-
CMYK0.380.5500.33
HSL257.87º37.6%49.02%-
HSV(B)257.87º54.65%67.45%-
XYZ16.1111.4940.4-
YUV97.09170.28134.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.78%
GREEN value IS 78 (30.86% from 255) = 21.91%
BLUE value IS 172 (67.58% from 255) = 48.31%
R=29.78%
G=21.91%
B=48.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106781720.380.5500.33257.8737.649.02
Hex6A4EAC26370211022631
Octal15211625446670414024661
Binary11010101001110101011001001101101110100001100000010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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