#6D5BB9

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

Shades of Blue Marguerite #6D5BB9

Tints of Blue Marguerite #6D5BB9

Color information

#6D5BB9 (or 0x6D5BB9) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 5B and B9. RGB value is (109,91,185). Sum of RGB (Red+Green+Blue) = 109+91+185=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 185 - color contains mainly: blue. Hex color #6D5BB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5BB9 is #92A446. Grayscale: #6A6A6A. Windows color (decimal): -9610311 or 12147565. OLE color: 12147565.

HSL color Cylindrical-coordinate representation of color #6D5BB9: hue angle of 251.49º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D5BB9 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10991185-
CMYK0.410.5100.27
HSL251.49º40.17%54.12%-
HSV(B)251.49º50.81%72.55%-
XYZ18.814.2447.66-
YUV107.1171.96129.36-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.31%
GREEN value IS 91 (35.94% from 255) = 23.64%
BLUE value IS 185 (72.66% from 255) = 48.05%
R=28.31%
G=23.64%
B=48.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal109911850.410.5100.27251.4940.1754.12
Hex6D5BB9293301Bfb2836
Octal15513327151630333735066
Binary110110110110111011100110100111001101101111111011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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