#6D4C8A

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

Shades of Affair #6D4C8A

Tints of Affair #6D4C8A

Color information

#6D4C8A (or 0x6D4C8A) is unknown color: approx Affair. HEX triplet: 6D, 4C and 8A. RGB value is (109,76,138). Sum of RGB (Red+Green+Blue) = 109+76+138=323 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.75% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 138 - color contains mainly: blue. Hex color #6D4C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4C8A is #92B375. Grayscale: #5C5C5C. Windows color (decimal): -9614198 or 9063533. OLE color: 9063533.

HSL color Cylindrical-coordinate representation of color #6D4C8A: hue angle of 271.94º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D4C8A is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10976138-
CMYK0.210.4500.46
HSL271.94º28.97%41.96%-
HSV(B)271.94º44.93%54.12%-
XYZ13.4810.2625.31-
YUV92.94153.43139.46-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.75%
GREEN value IS 76 (30.08% from 255) = 23.53%
BLUE value IS 138 (54.30% from 255) = 42.72%
R=33.75%
G=23.53%
B=42.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal109761380.210.4500.46271.9428.9741.96
Hex6D4C8A152D02E1101d2a
Octal15511421225550564203552
Binary110110110011001000101010101101101010111010001000011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,76,138); }

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

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

 a { background-color: rgb(109,76,138); }

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

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

 span { border-color: rgb(109,76,138); }

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