#6D4D8C

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

Shades of Affair #6D4D8C

Tints of Affair #6D4D8C

Color information

#6D4D8C (or 0x6D4D8C) is unknown color: approx Affair. HEX triplet: 6D, 4D and 8C. RGB value is (109,77,140). Sum of RGB (Red+Green+Blue) = 109+77+140=326 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.44% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D4D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4D8C is #92B273. Grayscale: #5D5D5D. Windows color (decimal): -9613940 or 9194861. OLE color: 9194861.

HSL color Cylindrical-coordinate representation of color #6D4D8C: hue angle of 270.48º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D4D8C is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10977140-
CMYK0.220.4500.45
HSL270.48º29.03%42.55%-
HSV(B)270.48º45%54.9%-
XYZ13.6910.4526.11-
YUV93.75154.1138.88-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.44%
GREEN value IS 77 (30.47% from 255) = 23.62%
BLUE value IS 140 (55.08% from 255) = 42.94%
R=33.44%
G=23.62%
B=42.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109771400.220.4500.45270.4829.0342.55
Hex6D4D8C162D02D10e1d2b
Octal15511521426550554163553
Binary110110110011011000110010110101101010110110000111011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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