#6C5BA9

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

Shades of Blue Marguerite #6C5BA9

Tints of Blue Marguerite #6C5BA9

Color information

#6C5BA9 (or 0x6C5BA9) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 5B and A9. RGB value is (108,91,169). Sum of RGB (Red+Green+Blue) = 108+91+169=368 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.35% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 169 (66.41% from 255 or 45.92% from 368); Max value from RGB is 169 - color contains mainly: blue. Hex color #6C5BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5BA9 is #93A456. Grayscale: #686868. Windows color (decimal): -9675863 or 11098988. OLE color: 11098988.

HSL color Cylindrical-coordinate representation of color #6C5BA9: hue angle of 253.08º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C5BA9 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10891169-
CMYK0.360.4600.34
HSL253.08º31.2%50.98%-
HSV(B)253.08º46.15%66.27%-
XYZ17.0913.5339.25-
YUV104.98164.13130.16-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.35%
GREEN value IS 91 (35.94% from 255) = 24.73%
BLUE value IS 169 (66.41% from 255) = 45.92%
R=29.35%
G=24.73%
B=45.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal108911690.360.4600.34253.0831.250.98
Hex6C5BA9242E022fd1f33
Octal15413325144560423753763
Binary110110010110111010100110010010111001000101111110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,91,169); }

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

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

 a { background-color: rgb(108,91,169); }

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

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

 span { border-color: rgb(108,91,169); }

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