#6d4faf

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

Shades of Blue Marguerite #6D4FAF

Tints of Blue Marguerite #6D4FAF

Color information

#6D4FAF (or 0x6D4FAF) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 4F and AF. RGB value is (109,79,175). Sum of RGB (Red+Green+Blue) = 109+79+175=363 (48% of max value = 765). Red value is 109 (42.97% from 255 or 30.03% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D4FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4FAF is #92B050. Grayscale: #626262. Windows color (decimal): -9613393 or 11489133. OLE color: 11489133.

HSL color Cylindrical-coordinate representation of color #6D4FAF: hue angle of 258.75º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D4FAF is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10979175-
CMYK0.380.5500.31
HSL258.75º37.8%49.8%-
HSV(B)258.75º54.86%68.63%-
XYZ16.8411.9441.97-
YUV98.91170.94135.19-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.03%
GREEN value IS 79 (31.25% from 255) = 21.76%
BLUE value IS 175 (68.75% from 255) = 48.21%
R=30.03%
G=21.76%
B=48.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal109791750.380.5500.31258.7537.849.8
Hex6D4FAF263701F1032632
Octal15511725746670374034662
Binary1101101100111110101111100110110111011111100000011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d4faf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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