#6A57AE

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

Shades of Blue Marguerite #6A57AE

Tints of Blue Marguerite #6A57AE

Color information

#6A57AE (or 0x6A57AE) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 57 and AE. RGB value is (106,87,174). Sum of RGB (Red+Green+Blue) = 106+87+174=367 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.88% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A57AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A57AE is #95A851. Grayscale: #666666. Windows color (decimal): -9807954 or 11425642. OLE color: 11425642.

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

Color convert

RGB10687174-
CMYK0.390.500.32
HSL253.1º34.94%51.18%-
HSV(B)253.1º50%68.24%-
XYZ16.9912.9441.65-
YUV102.6168.29130.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.88%
GREEN value IS 87 (34.38% from 255) = 23.71%
BLUE value IS 174 (68.36% from 255) = 47.41%
R=28.88%
G=23.71%
B=47.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal106871740.390.500.32253.134.9451.18
Hex6A57AE2732020fd2333
Octal15212725647620403754363
Binary1101010101011110101110100111110010010000011111101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A57AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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