#6D437F

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

Shades of Affair #6D437F

Tints of Affair #6D437F

Color information

#6D437F (or 0x6D437F) is unknown color: approx Affair. HEX triplet: 6D, 43 and 7F. RGB value is (109,67,127). Sum of RGB (Red+Green+Blue) = 109+67+127=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 127 - color contains mainly: blue. Hex color #6D437F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D437F is #92BC80. Grayscale: #565656. Windows color (decimal): -9616513 or 8340333. OLE color: 8340333.

HSL color Cylindrical-coordinate representation of color #6D437F: hue angle of 282º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D437F is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10967127-
CMYK0.140.4700.50
HSL282º30.93%38.04%-
HSV(B)282º47.24%49.8%-
XYZ12.148.821.14-
YUV86.4150.91144.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.97%
GREEN value IS 67 (26.56% from 255) = 22.11%
BLUE value IS 127 (50% from 255) = 41.91%
R=35.97%
G=22.11%
B=41.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal109671270.140.4700.5028230.9338.04
Hex6D437FE2F03211a1f26
Octal15510317716570624323746
Binary1101101100001111111111110101111011001010001101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D437F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,67,127); }

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

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

 a { background-color: rgb(109,67,127); }

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

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

 span { border-color: rgb(109,67,127); }

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