#6D57AB

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

Shades of Blue Marguerite #6D57AB

Tints of Blue Marguerite #6D57AB

Color information

#6D57AB (or 0x6D57AB) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 57 and AB. RGB value is (109,87,171). Sum of RGB (Red+Green+Blue) = 109+87+171=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D57AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D57AB is #92A854. Grayscale: #666666. Windows color (decimal): -9611349 or 11229037. OLE color: 11229037.

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

Color convert

RGB10987171-
CMYK0.360.4900.33
HSL255.71º33.33%50.59%-
HSV(B)255.71º49.12%67.06%-
XYZ17.0713.0140.14-
YUV103.15166.29132.17-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.70%
GREEN value IS 87 (34.38% from 255) = 23.71%
BLUE value IS 171 (67.19% from 255) = 46.59%
R=29.70%
G=23.71%
B=46.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109871710.360.4900.33255.7133.3350.59
Hex6D57AB24310211002133
Octal15512725344610414004163
Binary11011011010111101010111001001100010100001100000000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D57AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,87,171); }

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

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

 a { background-color: rgb(109,87,171); }

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

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

 span { border-color: rgb(109,87,171); }

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