#6D447E

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

Shades of Affair #6D447E

Tints of Affair #6D447E

Color information

#6D447E (or 0x6D447E) is unknown color: approx Affair. HEX triplet: 6D, 44 and 7E. RGB value is (109,68,126). Sum of RGB (Red+Green+Blue) = 109+68+126=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 126 - color contains mainly: blue. Hex color #6D447E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D447E is #92BB81. Grayscale: #565656. Windows color (decimal): -9616258 or 8275053. OLE color: 8275053.

HSL color Cylindrical-coordinate representation of color #6D447E: hue angle of 282.41º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D447E is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10968126-
CMYK0.130.4600.51
HSL282.41º29.9%38.04%-
HSV(B)282.41º46.03%49.41%-
XYZ12.148.8920.82-
YUV86.87150.08143.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.97%
GREEN value IS 68 (26.95% from 255) = 22.44%
BLUE value IS 126 (49.61% from 255) = 41.58%
R=35.97%
G=22.44%
B=41.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal109681260.130.4600.51282.4129.938.04
Hex6D447ED2E03311a1e26
Octal15510417615560634323646
Binary1101101100010011111101101101110011001110001101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D447E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,68,126); }

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

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

 a { background-color: rgb(109,68,126); }

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

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

 span { border-color: rgb(109,68,126); }

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