#6A57AF

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

Shades of Blue Marguerite #6A57AF

Tints of Blue Marguerite #6A57AF

Color information

#6A57AF (or 0x6A57AF) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 57 and AF. RGB value is (106,87,175). Sum of RGB (Red+Green+Blue) = 106+87+175=368 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.80% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A57AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A57AF is #95A850. Grayscale: #666666. Windows color (decimal): -9807953 or 11491178. OLE color: 11491178.

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

Color convert

RGB10687175-
CMYK0.390.5000.31
HSL252.95º35.48%51.37%-
HSV(B)252.95º50.29%68.63%-
XYZ17.0912.9842.16-
YUV102.71168.79130.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.80%
GREEN value IS 87 (34.38% from 255) = 23.64%
BLUE value IS 175 (68.75% from 255) = 47.55%
R=28.80%
G=23.64%
B=47.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106871750.390.5000.31252.9535.4851.37
Hex6A57AF273201Ffd2333
Octal15212725747620373754363
Binary110101010101111010111110011111001001111111111101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A57AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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