#6D56AB

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

Shades of Blue Marguerite #6D56AB

Tints of Blue Marguerite #6D56AB

Color information

#6D56AB (or 0x6D56AB) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 56 and AB. RGB value is (109,86,171). Sum of RGB (Red+Green+Blue) = 109+86+171=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D56AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D56AB is #92A954. Grayscale: #666666. Windows color (decimal): -9611605 or 11228781. OLE color: 11228781.

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

Color convert

RGB10986171-
CMYK0.360.5000.33
HSL256.24º33.6%50.39%-
HSV(B)256.24º49.71%67.06%-
XYZ16.9912.8540.11-
YUV102.57166.62132.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.78%
GREEN value IS 86 (33.98% from 255) = 23.50%
BLUE value IS 171 (67.19% from 255) = 46.72%
R=29.78%
G=23.50%
B=46.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109861710.360.5000.33256.2433.650.39
Hex6D56AB24320211002232
Octal15512625344620414004262
Binary11011011010110101010111001001100100100001100000000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D56AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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