#6D4FBB

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

Shades of Blue Marguerite #6D4FBB

Tints of Blue Marguerite #6D4FBB

Color information

#6D4FBB (or 0x6D4FBB) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 4F and BB. RGB value is (109,79,187). Sum of RGB (Red+Green+Blue) = 109+79+187=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D4FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4FBB is #92B044. Grayscale: #636363. Windows color (decimal): -9613381 or 12275565. OLE color: 12275565.

HSL color Cylindrical-coordinate representation of color #6D4FBB: hue angle of 256.67º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D4FBB is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10979187-
CMYK0.420.5800.27
HSL256.67º44.26%52.16%-
HSV(B)256.67º57.75%73.33%-
XYZ18.0712.4348.46-
YUV100.28176.94134.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.07%
GREEN value IS 79 (31.25% from 255) = 21.07%
BLUE value IS 187 (73.44% from 255) = 49.87%
R=29.07%
G=21.07%
B=49.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal109791870.420.5800.27256.6744.2652.16
Hex6D4FBB2A3A01B1012c34
Octal15511727352720334015464
Binary1101101100111110111011101010111010011011100000001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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