#6D4C8B

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

Shades of Affair #6D4C8B

Tints of Affair #6D4C8B

Color information

#6D4C8B (or 0x6D4C8B) is unknown color: approx Affair. HEX triplet: 6D, 4C and 8B. RGB value is (109,76,139). Sum of RGB (Red+Green+Blue) = 109+76+139=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D4C8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4C8B is #92B374. Grayscale: #5C5C5C. Windows color (decimal): -9614197 or 9129069. OLE color: 9129069.

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

Color convert

RGB10976139-
CMYK0.220.4500.45
HSL271.43º29.3%42.16%-
HSV(B)271.43º45.32%54.51%-
XYZ13.5510.2825.7-
YUV93.05153.93139.38-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.64%
GREEN value IS 76 (30.08% from 255) = 23.46%
BLUE value IS 139 (54.69% from 255) = 42.90%
R=33.64%
G=23.46%
B=42.90%

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
Decimal109761390.220.4500.45271.4329.342.16
Hex6D4C8B162D02D10f1d2a
Octal15511421326550554173552
Binary110110110011001000101110110101101010110110000111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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