#6D5BB1

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

Shades of Blue Marguerite #6D5BB1

Tints of Blue Marguerite #6D5BB1

Color information

#6D5BB1 (or 0x6D5BB1) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 5B and B1. RGB value is (109,91,177). Sum of RGB (Red+Green+Blue) = 109+91+177=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 177 (69.53% from 255 or 46.95% from 377); Max value from RGB is 177 - color contains mainly: blue. Hex color #6D5BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5BB1 is #92A44E. Grayscale: #696969. Windows color (decimal): -9610319 or 11623277. OLE color: 11623277.

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

Color convert

RGB10991177-
CMYK0.380.4900.31
HSL252.56º35.54%52.55%-
HSV(B)252.56º48.59%69.41%-
XYZ17.9813.9143.33-
YUV106.19167.96130.01-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.91%
GREEN value IS 91 (35.94% from 255) = 24.14%
BLUE value IS 177 (69.53% from 255) = 46.95%
R=28.91%
G=24.14%
B=46.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal109911770.380.4900.31252.5635.5452.55
Hex6D5BB1263101Ffd2435
Octal15513326146610373754465
Binary110110110110111011000110011011000101111111111101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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