#6D4ABF

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

Shades of Blue Marguerite #6D4ABF

Tints of Blue Marguerite #6D4ABF

Color information

#6D4ABF (or 0x6D4ABF) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 4A and BF. RGB value is (109,74,191). Sum of RGB (Red+Green+Blue) = 109+74+191=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D4ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4ABF is #92B540. Grayscale: #616161. Windows color (decimal): -9614657 or 12536429. OLE color: 12536429.

HSL color Cylindrical-coordinate representation of color #6D4ABF: hue angle of 257.95º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D4ABF is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10974191-
CMYK0.430.6100.25
HSL257.95º47.76%51.96%-
HSV(B)257.95º61.26%74.9%-
XYZ18.1611.9150.63-
YUV97.8180.6135.99-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.14%
GREEN value IS 74 (29.30% from 255) = 19.79%
BLUE value IS 191 (75% from 255) = 51.07%
R=29.14%
G=19.79%
B=51.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal109741910.430.6100.25257.9547.7651.96
Hex6D4ABF2B3D0191023034
Octal15511227753750314026064
Binary1101101100101010111111101011111101011001100000010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,74,191); }

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

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

 a { background-color: rgb(109,74,191); }

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

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

 span { border-color: rgb(109,74,191); }

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