#6A4EAE

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

Shades of Blue Marguerite #6A4EAE

Tints of Blue Marguerite #6A4EAE

Color information

#6A4EAE (or 0x6A4EAE) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 4E and AE. RGB value is (106,78,174). Sum of RGB (Red+Green+Blue) = 106+78+174=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A4EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A4EAE is #95B151. Grayscale: #606060. Windows color (decimal): -9810258 or 11423338. OLE color: 11423338.

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

Color convert

RGB10678174-
CMYK0.390.5500.32
HSL257.5º38.1%49.41%-
HSV(B)257.5º55.17%68.24%-
XYZ16.3111.5741.42-
YUV97.32171.28134.19-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.61%
GREEN value IS 78 (30.86% from 255) = 21.79%
BLUE value IS 174 (68.36% from 255) = 48.60%
R=29.61%
G=21.79%
B=48.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal106781740.390.5500.32257.538.149.41
Hex6A4EAE27370201022631
Octal15211625647670404024661
Binary11010101001110101011101001111101110100000100000010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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