#6D4F8A

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

Shades of Affair #6D4F8A

Tints of Affair #6D4F8A

Color information

#6D4F8A (or 0x6D4F8A) is unknown color: approx Affair. HEX triplet: 6D, 4F and 8A. RGB value is (109,79,138). Sum of RGB (Red+Green+Blue) = 109+79+138=326 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.44% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 138 - color contains mainly: blue. Hex color #6D4F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4F8A is #92B075. Grayscale: #5E5E5E. Windows color (decimal): -9613430 or 9064301. OLE color: 9064301.

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

Color convert

RGB10979138-
CMYK0.210.4300.46
HSL270.51º27.19%42.55%-
HSV(B)270.51º42.75%54.12%-
XYZ13.6910.6825.38-
YUV94.7152.44138.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.44%
GREEN value IS 79 (31.25% from 255) = 24.23%
BLUE value IS 138 (54.30% from 255) = 42.33%
R=33.44%
G=24.23%
B=42.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal109791380.210.4300.46270.5127.1942.55
Hex6D4F8A152B02E10f1b2b
Octal15511721225530564173353
Binary110110110011111000101010101101011010111010000111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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