#6D4BBB

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

Shades of Blue Marguerite #6D4BBB

Tints of Blue Marguerite #6D4BBB

Color information

#6D4BBB (or 0x6D4BBB) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 4B and BB. RGB value is (109,75,187). Sum of RGB (Red+Green+Blue) = 109+75+187=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D4BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4BBB is #92B444. Grayscale: #616161. Windows color (decimal): -9614405 or 12274541. OLE color: 12274541.

HSL color Cylindrical-coordinate representation of color #6D4BBB: hue angle of 258.21º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D4BBB is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10975187-
CMYK0.420.6000.27
HSL258.21º45.16%51.37%-
HSV(B)258.21º59.89%73.33%-
XYZ17.7911.8748.37-
YUV97.93178.26135.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.38%
GREEN value IS 75 (29.69% from 255) = 20.22%
BLUE value IS 187 (73.44% from 255) = 50.40%
R=29.38%
G=20.22%
B=50.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal109751870.420.6000.27258.2145.1651.37
Hex6D4BBB2A3C01B1022d33
Octal15511327352740334025563
Binary1101101100101110111011101010111100011011100000010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,75,187); }

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

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

 a { background-color: rgb(109,75,187); }

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

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

 span { border-color: rgb(109,75,187); }

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