#6D53B2

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

Shades of Blue Marguerite #6D53B2

Tints of Blue Marguerite #6D53B2

Color information

#6D53B2 (or 0x6D53B2) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 53 and B2. RGB value is (109,83,178). Sum of RGB (Red+Green+Blue) = 109+83+178=370 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.46% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 178 (69.92% from 255 or 48.11% from 370); Max value from RGB is 178 - color contains mainly: blue. Hex color #6D53B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D53B2 is #92AC4D. Grayscale: #656565. Windows color (decimal): -9612366 or 11686765. OLE color: 11686765.

HSL color Cylindrical-coordinate representation of color #6D53B2: hue angle of 256.42º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D53B2 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10983178-
CMYK0.390.5300.30
HSL256.42º38.15%51.18%-
HSV(B)256.42º53.37%69.8%-
XYZ17.4412.6543.64-
YUV101.6171.11133.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.46%
GREEN value IS 83 (32.81% from 255) = 22.43%
BLUE value IS 178 (69.92% from 255) = 48.11%
R=29.46%
G=22.43%
B=48.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal109831780.390.5300.30256.4238.1551.18
Hex6D53B2273501E1002633
Octal15512326247650364004663
Binary1101101101001110110010100111110101011110100000000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D53B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,83,178); }

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

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

 a { background-color: rgb(109,83,178); }

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

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

 span { border-color: rgb(109,83,178); }

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