#6C56AB

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

Shades of Blue Marguerite #6C56AB

Tints of Blue Marguerite #6C56AB

Color information

#6C56AB (or 0x6C56AB) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 56 and AB. RGB value is (108,86,171). Sum of RGB (Red+Green+Blue) = 108+86+171=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C56AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C56AB is #93A954. Grayscale: #656565. Windows color (decimal): -9677141 or 11228780. OLE color: 11228780.

HSL color Cylindrical-coordinate representation of color #6C56AB: hue angle of 255.53º 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 #6C56AB is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10886171-
CMYK0.370.5000.33
HSL255.53º33.6%50.39%-
HSV(B)255.53º49.71%67.06%-
XYZ16.8612.7840.11-
YUV102.27166.79132.09-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.59%
GREEN value IS 86 (33.98% from 255) = 23.56%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=29.59%
G=23.56%
B=46.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal108861710.370.5000.33255.5333.650.39
Hex6C56AB25320211002232
Octal15412625345620414004262
Binary11011001010110101010111001011100100100001100000000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C56AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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