#6D5BBA

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

Shades of Blue Marguerite #6D5BBA

Tints of Blue Marguerite #6D5BBA

Color information

#6D5BBA (or 0x6D5BBA) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 5B and BA. RGB value is (109,91,186). Sum of RGB (Red+Green+Blue) = 109+91+186=386 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.24% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D5BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5BBA is #92A445. Grayscale: #6A6A6A. Windows color (decimal): -9610310 or 12213101. OLE color: 12213101.

HSL color Cylindrical-coordinate representation of color #6D5BBA: hue angle of 251.37º degrees, saturation: 0.41, 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 #6D5BBA is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10991186-
CMYK0.410.5100.27
HSL251.37º40.77%54.31%-
HSV(B)251.37º51.08%72.94%-
XYZ18.9114.2848.21-
YUV107.21172.46129.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.24%
GREEN value IS 91 (35.94% from 255) = 23.58%
BLUE value IS 186 (73.05% from 255) = 48.19%
R=28.24%
G=23.58%
B=48.19%

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
Decimal109911860.410.5100.27251.3740.7754.31
Hex6D5BBA293301Bfb2936
Octal15513327251630333735166
Binary110110110110111011101010100111001101101111111011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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