#6D4DBC

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

Shades of Blue Marguerite #6D4DBC

Tints of Blue Marguerite #6D4DBC

Color information

#6D4DBC (or 0x6D4DBC) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 4D and BC. RGB value is (109,77,188). Sum of RGB (Red+Green+Blue) = 109+77+188=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D4DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4DBC is #92B243. Grayscale: #626262. Windows color (decimal): -9613892 or 12340589. OLE color: 12340589.

HSL color Cylindrical-coordinate representation of color #6D4DBC: hue angle of 257.3º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D4DBC is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10977188-
CMYK0.420.5900.26
HSL257.3º45.31%51.96%-
HSV(B)257.3º59.04%73.73%-
XYZ18.0412.1948.98-
YUV99.22178.1134.97-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.14%
GREEN value IS 77 (30.47% from 255) = 20.59%
BLUE value IS 188 (73.83% from 255) = 50.27%
R=29.14%
G=20.59%
B=50.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal109771880.420.5900.26257.345.3151.96
Hex6D4DBC2A3B01A1012d34
Octal15511527452730324015564
Binary1101101100110110111100101010111011011010100000001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,77,188); }

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

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

 a { background-color: rgb(109,77,188); }

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

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

 span { border-color: rgb(109,77,188); }

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