#6D4D8B

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

Shades of Affair #6D4D8B

Tints of Affair #6D4D8B

Color information

#6D4D8B (or 0x6D4D8B) is unknown color: approx Affair. HEX triplet: 6D, 4D and 8B. RGB value is (109,77,139). Sum of RGB (Red+Green+Blue) = 109+77+139=325 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.54% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D4D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4D8B is #92B274. Grayscale: #5D5D5D. Windows color (decimal): -9613941 or 9129325. OLE color: 9129325.

HSL color Cylindrical-coordinate representation of color #6D4D8B: hue angle of 270.97º 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 #6D4D8B is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10977139-
CMYK0.220.4500.45
HSL270.97º28.7%42.35%-
HSV(B)270.97º44.6%54.51%-
XYZ13.6210.4225.72-
YUV93.64153.6138.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.54%
GREEN value IS 77 (30.47% from 255) = 23.69%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=33.54%
G=23.69%
B=42.77%

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
Decimal109771390.220.4500.45270.9728.742.35
Hex6D4D8B162D02D10f1d2a
Octal15511521326550554173552
Binary110110110011011000101110110101101010110110000111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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