#6d5bb0

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

Shades of Blue Marguerite #6D5BB0

Tints of Blue Marguerite #6D5BB0

Color information

#6D5BB0 (or 0x6D5BB0) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 5B and B0. RGB value is (109,91,176). Sum of RGB (Red+Green+Blue) = 109+91+176=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 176 (69.14% from 255 or 46.81% from 376); Max value from RGB is 176 - color contains mainly: blue. Hex color #6D5BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5BB0 is #92A44F. Grayscale: #696969. Windows color (decimal): -9610320 or 11557741. OLE color: 11557741.

HSL color Cylindrical-coordinate representation of color #6D5BB0: hue angle of 252.71º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D5BB0 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10991176-
CMYK0.380.4800.31
HSL252.71º34.98%52.35%-
HSV(B)252.71º48.3%69.02%-
XYZ17.8813.8742.81-
YUV106.07167.46130.09-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.99%
GREEN value IS 91 (35.94% from 255) = 24.20%
BLUE value IS 176 (69.14% from 255) = 46.81%
R=28.99%
G=24.20%
B=46.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal109911760.380.4800.31252.7134.9852.35
Hex6D5BB0263001Ffd2334
Octal15513326046600373754364
Binary110110110110111011000010011011000001111111111101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d5bb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,91,176); }

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

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

 a { background-color: rgb(109,91,176); }

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

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

 span { border-color: rgb(109,91,176); }

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