#6B56AA

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

Shades of Blue Marguerite #6B56AA

Tints of Blue Marguerite #6B56AA

Color information

#6B56AA (or 0x6B56AA) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 56 and AA. RGB value is (107,86,170). Sum of RGB (Red+Green+Blue) = 107+86+170=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B56AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B56AA is #94A955. Grayscale: #656565. Windows color (decimal): -9742678 or 11163243. OLE color: 11163243.

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

Color convert

RGB10786170-
CMYK0.370.4900.33
HSL255º33.07%50.2%-
HSV(B)255º49.41%66.67%-
XYZ16.6512.6839.6-
YUV101.85166.46131.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.48%
GREEN value IS 86 (33.98% from 255) = 23.69%
BLUE value IS 170 (66.80% from 255) = 46.83%
R=29.48%
G=23.69%
B=46.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107861700.370.4900.3325533.0750.2
Hex6B56AA2531021ff2132
Octal15312625245610413774162
Binary1101011101011010101010100101110001010000111111111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B56AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,86,170); }

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

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

 a { background-color: rgb(107,86,170); }

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

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

 span { border-color: rgb(107,86,170); }

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